fitWidth property

Widget get fitWidth

Implementation

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