sizedHeightWidth method

Widget sizedHeightWidth ()

Implementation

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