flex property
override
The share of a flex layout's leftover space this node asks for.
A plain SizedNode asks for none.
Implementation
@override
LayoutFlex get flex => .none;
The share of a flex layout's leftover space this node asks for.
A plain SizedNode asks for none.
@override
LayoutFlex get flex => .none;