Flutter
widgets
SizedBox
width property
width
description
width
property
Null safety
double
?
width
final
If non-null, requires the child to have exactly this width.
Implementation
final double? width;
Flutter
widgets
SizedBox
width 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 ==