stepWidth property

double? stepWidth
final

If non-null, force the child's width to be a multiple of this value.

If null or 0.0 the child's width will be the same as its maximum intrinsic width.

This value must not be negative.

See also:

Implementation

final double? stepWidth;