initialValue property

int? initialValue
final

The initial value of the stepper input.

Must be in the bounds of min and max (if given).

Implementation

final int? initialValue;