headerPad method

Widget headerPad()

Implementation

Widget headerPad() {
  return Padding(
    padding: EdgeInsets.only(
        left: SunnySpacing().spaceUnit * 2,
        top: SunnySpacing().spaceUnit,
        bottom: SunnySpacing().spaceUnit * 2),
    child: this,
  );
}