horizontalPadding function

double horizontalPadding(
  1. BuildContext context
)

fixed

Implementation

double verticalPadding(BuildContext context)=>screenWidth(context)*0.00800;/// fixed
double horizontalPadding(BuildContext context)=>screenWidth(context)*0.0165;