fillWidth method

Widget fillWidth()

Implementation

Widget fillWidth() => SizedBox(width: double.infinity, child: this);