sizedWidth method

Widget sizedWidth ()

Implementation

Widget sizedWidth() {
  return SizedBox(
    width: this,
  );
}