fitHeight property

Widget get fitHeight

Implementation

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