fill property

Widget get fill

Implementation

Widget get fill =>
    SizedBox(width: double.infinity, height: double.infinity, child: this);