fillHeight method

Widget fillHeight()

Implementation

Widget fillHeight() => SizedBox(height: double.infinity, child: this);