infW property

Widget get infW

size

Implementation

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