expanded property

Widget get expanded

Implementation

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