flexible method

Widget flexible({
  1. int flex = 1,
})

Implementation

Widget flexible({int flex = 1}) => Flexible(flex: flex, child: this);