widthFactor property
If null
, then the component's width will be equal to the width of the
parent. Otherwise, the width will be equal to the child's width multiplied
by this factor.
Implementation
final double? widthFactor;
If null
, then the component's width will be equal to the width of the
parent. Otherwise, the width will be equal to the child's width multiplied
by this factor.
final double? widthFactor;