RettulfLayoutBoxX extension

on

Methods

constrained({Key? key, double minW = 0.0, double maxW = double.infinity, double minH = 0.0, double maxH = double.infinity}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox
constrainedBy(BoxConstraints constraints, {Key? key}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox
expandConstrained({Key? key, double? w, double? h}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox, BoxConstraints.expand
fitted({Key? key, BoxFit fit = BoxFit.contain, Alignment align = Alignment.center, Clip clip = Clip.none}) FittedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see FittedBox
limited({Key? key, double maxW = double.infinity, double maxH = double.infinity}) LimitedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see LimitedBox
looseConstrained(Size size, {Key? key}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox, BoxConstraints.loose
overflowed({Key? key, Alignment align = Alignment.center, double? minW, double? maxW, double? minH, double? maxH}) OverflowBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see OverflowBox
shrinkSize({Key? key}) SizedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see SizedBox.shrink
sized({Key? key, double? w, double? h}) SizedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see SizedBox
sizedAll(double? length, {Key? key}) SizedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see SizedBox
sizedIn(Size? size, {Key? key}) SizedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see SizedBox
tightConstrained(Size size, {Key? key}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox, BoxConstraints.tight
tightConstrainedFor({Key? key, double? w, double? h}) ConstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see ConstrainedBox, BoxConstraints.tightFor
unconstrained({Key? key, TextDirection? dir, Alignment align = Alignment.center, Axis? axis, Clip clip = Clip.none}) UnconstrainedBox

Available on Widget, provided by the RettulfLayoutBoxX extension

see UnconstrainedBox