sizedBoxW property

Widget get sizedBoxW

Implementation

Widget get sizedBoxW {
  return SizedBox(
    width: w,
  );
}