stepWidth property
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:
- RenderBox.getMaxIntrinsicWidth, which defines a widget's max intrinsic width in general.
Implementation
final double? stepWidth;