fitHeight property

Widget fitHeight

Implementation

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