stepHeight property Null safety
final
If non-null, force the child's height to be a multiple of this value.
If null or 0.0 the child's height will not be constrained.
This value must not be negative.
Implementation
final double? stepHeight;