(number)
| 153 | return this; |
| 154 | } |
| 155 | minimumScaleFactor(number) { |
| 156 | this.widgetDate.minimumScaleFactor = number; |
| 157 | return this; |
| 158 | } |
| 159 | rightAlignText() { |
| 160 | this.widgetDate.rightAlignText(); |
| 161 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected