(widgetText)
| 261 | } |
| 262 | class ChainText { |
| 263 | constructor(widgetText) { |
| 264 | this.widgetText = widgetText; |
| 265 | } |
| 266 | centerAlignText() { |
| 267 | this.widgetText.centerAlignText(); |
| 268 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected