expand method

Widget expand()

Implementation

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