fill method

Widget fill()

Implementation

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