expand property
Widget
get
expand
Expand the widget to fill the available space
Implementation
Widget get expand => Expanded(child: this);
Expand the widget to fill the available space
Widget get expand => Expanded(child: this);