getEighthWidth static method

double getEighthWidth(
  1. BuildContext context
)

Implementation

static double getEighthWidth(BuildContext  context) {
  var result =  getWidth(   context) / 8.0;
  return result;
}