(number)
| 280 | return this; |
| 281 | } |
| 282 | minimumScaleFactor(number) { |
| 283 | this.widgetText.minimumScaleFactor = number; |
| 284 | return this; |
| 285 | } |
| 286 | rightAlignText() { |
| 287 | this.widgetText.rightAlignText(); |
| 288 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected