Flutter
widgets
BoxConstraints
maxWidth
maxWidth
Flutter
widgets
BoxConstraints
maxWidth
property
maxWidth
Flutter
widgets
BoxConstraints
Static methods
lerp
Constructors
BoxConstraints
expand
loose
tight
tightFor
tightForFinite
Properties
biggest
flipped
hasBoundedHeight
hasBoundedWidth
hashCode
hasTightHeight
hasTightWidth
isNormalized
isTight
maxHeight
maxWidth
minHeight
minWidth
smallest
runtimeType
Operators
operator %
operator *
operator /
operator ==
operator ~/
Methods
constrain
constrainHeight
constrainSizeAndAttemptToPreserveAspectRatio
constrainWidth
copyWith
debugAssertIsValid
deflate
enforce
heightConstraints
isSatisfiedBy
loosen
normalize
tighten
toString
widthConstraints
noSuchMethod
double
maxWidth
read-only
The maximum width that satisfies the constraints.
Might be
double.INFINITY
.