fitWidth property

Widget fitWidth

Implementation

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