expanded method

Widget expanded()

Expanded any widget

Implementation

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