firexcode
firexcode
Wins
xExpanded method
xExpanded
firexcode
firexcode
Wins
xExpanded method
Wins extension
Methods
toAlign
toMaterial
xAlign
xBottomCenter
xBottomLeft
xBottomRight
xCard
xCenterLeft
xCenterRight
xExpanded
xMaterial
xRoutePage
xTopCenter
xTopLeft
xTopRight
xExpanded
method
Widget
xExpanded
(
{
int
flex
=
1
,
Key
key
}
)
Implementation
Widget xExpanded({int flex = 1, Key key}) { return Expanded( flex: flex, key: key, child: this, ); }