()
| 129 | return this; |
| 130 | } |
| 131 | applyTimerStyle() { |
| 132 | this.widgetDate.applyTimerStyle(); |
| 133 | return this; |
| 134 | } |
| 135 | centerAlignText() { |
| 136 | this.widgetDate.centerAlignText(); |
| 137 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected