ExpandedExt extension
- on
Methods
-
expd(
{int flex = 1}) → Expanded -
Available on Widget, provided by the ExpandedExt extension
The functionexpdreturns anExpandedwidget with a specified flex value and child widget. -
expdH(
) → SizedBox -
Available on Widget, provided by the ExpandedExt extension
The functionexpdHreturns aSizedBoxwidget with a height ofdouble.infinityand a child widget wrapped in anExpandedwidget. -
expdW(
) → SizedBox -
Available on Widget, provided by the ExpandedExt extension
The functionexpdWreturns aSizedBoxwidget with the width set todouble.infinityand a child widget wrapped in anExpandedwidget. -
flxbl(
{FlexFit fit = FlexFit.loose, int flex = 1}) → Flexible -
Available on Widget, provided by the ExpandedExt extension
The functionflxblreturns aFlexiblewidget with specifiedfitandflexproperties, and the child widget.