halfScreenWidth static method

double halfScreenWidth(
  1. BuildContext context
)

Implementation

static double halfScreenWidth(BuildContext context) {
  return screenSize(context).width / 2;
}