widthFactor property

double? widthFactor
final

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;