fitFill property

Widget get fitFill

Implementation

Widget get fitFill => FittedBox(fit: BoxFit.fill, child: this);