Flutter
widgets
SizedBox
height property
height
description
height
property
Null safety
double
?
height
final
If non-null, requires the child to have exactly this height.
Implementation
final double? height;
Flutter
widgets
SizedBox
height property
SizedBox class
Constructors
SizedBox
expand
fromSize
shrink
square
Properties
child
hashCode
height
key
runtimeType
width
Methods
createElement
createRenderObject
debugDescribeChildren
debugFillProperties
didUnmountRenderObject
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
updateRenderObject
Operators
operator ==