size property
final
The size of the ZetaIndicator. Default is ZetaWidgetSize.large.
If a value is provided, the size will be adjusted accordingly:
- If the value is greater than 9, the size will be set to ZetaWidgetSize.large.
- If the value is between 1 and 9, the size will be set to ZetaWidgetSize.medium. If no value is provided, the size will be as specified.
Implementation
final ZetaWidgetSize size;