(font)
| 268 | return this; |
| 269 | } |
| 270 | font(font) { |
| 271 | this.widgetText.font = font; |
| 272 | return this; |
| 273 | } |
| 274 | leftAlignText() { |
| 275 | this.widgetText.leftAlignText(); |
| 276 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected