menu
lb_planner
lb_planner.dart
NumberSpinner
<
T extends num
>
max property
max
dark_mode
light_mode
max
property
T?
max
final
The maximum value that the spinner can have. If null, there is no maximum value.
Implementation
final T? max;
lb_planner
lb_planner
NumberSpinner
<
T extends num
>
max property
NumberSpinner class