halfW static method

double halfW(
  1. BuildContext context
)

Implementation

static double halfW(BuildContext context) => MediaQuery.of(context).size.width / 1.5;