(number)
| 177 | return this; |
| 178 | } |
| 179 | textOpacity(number) { |
| 180 | this.widgetDate.textOpacity = number; |
| 181 | return this; |
| 182 | } |
| 183 | url(url) { |
| 184 | this.widgetDate.url = url; |
| 185 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected