height property Null safety
final
The child's height.
Only two out of the three vertical values (top, bottom, height) can be set. The third must be null.
Implementation
final double? height;
The child's height.
Only two out of the three vertical values (top, bottom, height) can be set. The third must be null.
final double? height;