fullW static method

double fullW(
  1. BuildContext context
)

Implementation

static double fullW(BuildContext context) => MediaQuery.of(context).size.width;