expand property

Widget get expand

Expand the widget to fill the available space

Implementation

Widget get expand => Expanded(child: this);