expanded method

Widget expanded([
  1. int flex = 1
])

Implementation

Widget expanded([int flex = 1]) => Expanded(flex: flex, child: this);