expanded method

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

Implementation

Widget expanded({final int flex = 1}) => Expanded(flex: flex, child: this);