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