expanded method

Widget expanded()

Implementation

Widget expanded() {
  return Expanded(
    child: this,
  );
}