expand property

Widget get expand

Implementation

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