infW property
Widget
get
infW
size
Implementation
Widget get infW => SizedBox(
width: double.infinity,
child: this,
);
size
Widget get infW => SizedBox(
width: double.infinity,
child: this,
);