w100 method
Sets the width to 100% (double.infinity).
Implementation
Widget w100() => SizedBox(
width: double.infinity,
child: this,
);
Sets the width to 100% (double.infinity).
Widget w100() => SizedBox(
width: double.infinity,
child: this,
);