verticalPadding function

double verticalPadding(
  1. BuildContext context
)

fixed vertical and horizontal paddings

Implementation

double iconSize16(BuildContext context)=>screenHeight(context)*0.0189701;///fixed

/// vertical and horizontal paddings
double verticalPadding(BuildContext context)=>screenWidth(context)*0.00800;