(color)
| 173 | return this; |
| 174 | } |
| 175 | textColor(color) { |
| 176 | this.widgetDate.textColor = color; |
| 177 | return this; |
| 178 | } |
| 179 | textOpacity(number) { |
| 180 | this.widgetDate.textOpacity = number; |
| 181 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected