padding80 function

double padding80(
  1. BuildContext context
)

fixed

Implementation

double padding15(BuildContext context)=> screenHeight(context)*0.01779375;/// fixed
double padding80(BuildContext context)=> screenHeight(context)*0.0949;