Creates a widget that controls how a child of a Row, Column, or Flex flexes.
Flexible({ Key key, this.flex: 1, this.fit: FlexFit.tight, @required Widget child, }) : super(key: key, child: child);