Flexible constructor Null safety
Creates a widget that controls how a child of a Row, Column, or Flex flexes.
Implementation
const Flexible({
super.key,
this.flex = 1,
this.fit = FlexFit.loose,
required super.child,
});
Creates a widget that controls how a child of a Row, Column, or Flex flexes.
const Flexible({
super.key,
this.flex = 1,
this.fit = FlexFit.loose,
required super.child,
});