widthFactor property Null safety
final
If non-null, sets its width to the child's width multiplied by this factor.
Can be both greater and less than 1.0 but must be non-negative.
Implementation
final double? widthFactor;
If non-null, sets its width to the child's width multiplied by this factor.
Can be both greater and less than 1.0 but must be non-negative.
final double? widthFactor;