hPadding property

Widget get hPadding

Implementation

Widget get hPadding {
  return SizedBox(
    height: this,
  );
}