LayoutBoxWidgetX extension
Methods
-
constrained({Key? key, double minW = 0.0, double maxW = double.infinity, double minH = 0.0, double maxH = double.infinity})
→ ConstrainedBox
-
see ConstrainedBox
-
constrainedBy(BoxConstraints constraints, {Key? key})
→ ConstrainedBox
-
see ConstrainedBox
-
expandConstrained({Key? key, double? w, double? h})
→ ConstrainedBox
-
see ConstrainedBox, BoxConstraints.expand
-
fitted({Key? key, BoxFit fit = BoxFit.contain, Alignment align = Alignment.center, Clip clip = Clip.none})
→ FittedBox
-
see FittedBox
-
limited({Key? key, double maxW = double.infinity, double maxH = double.infinity})
→ LimitedBox
-
see LimitedBox
-
looseConstrained(Size size, {Key? key})
→ ConstrainedBox
-
see ConstrainedBox, BoxConstraints.loose
-
overflowed({Key? key, Alignment align = Alignment.center, double? minW, double? maxW, double? minH, double? maxH})
→ OverflowBox
-
see OverflowBox
-
shrinkSize({Key? key})
→ SizedBox
-
see SizedBox.shrink
-
sized({Key? key, double? w, double? h})
→ SizedBox
-
see SizedBox
-
sizedAll(double length, {Key? key})
→ SizedBox
-
see SizedBox
-
sizedIn(Size size, {Key? key})
→ SizedBox
-
see SizedBox
-
tightConstrained(Size size, {Key? key})
→ ConstrainedBox
-
see ConstrainedBox, BoxConstraints.tight
-
tightConstrainedFor({Key? key, double? w, double? h})
→ ConstrainedBox
-
see ConstrainedBox, BoxConstraints.tightFor
-
unconstrained({Key? key, TextDirection? dir, Alignment align = Alignment.center, Axis? axis, Clip clip = Clip.none})
→ UnconstrainedBox
-
see UnconstrainedBox