BZWidgetBoxLayoutEventPower extension
- on
Methods
-
constrainedBox(
{Key? key, required BoxConstraints constraints}) → ConstrainedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
decoratedBox(
{Key? key, required Decoration decoration, DecorationPosition position = DecorationPosition.background}) → DecoratedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
fittedBox(
{Key? key, BoxFit fit = BoxFit.contain, AlignmentGeometry alignment = Alignment.center}) → FittedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
limitedBox(
{Key? key, double maxWidth = double.infinity, double maxHeight = double.infinity}) → LimitedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
overflowBox(
{Key? key, Alignment alignment = Alignment.center, double? minWidth, double? maxWidth, double? minHeight, double? maxHeight}) → OverflowBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
rotatedBox(
{Key? key, required int quarterTurns}) → RotatedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
sizedBox(
{Key? key, double? width, double? height}) → SizedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
sizedOverflowBox(
{Key? key, required Size size, Alignment alignment = Alignment.center}) → SizedOverflowBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension
-
unconstrainedBox(
{Key? key, TextDirection? textDirection, Alignment alignment = Alignment.center, Axis? constrainedAxis}) → UnconstrainedBox -
Available on Widget, provided by the BZWidgetBoxLayoutEventPower extension