value property

int? value
final

Value for the type notification.

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 int? value;