getWidth function

double getWidth(
  1. dynamic context
)

Implementation

double getWidth(context) => MediaQuery.of(context).size.width;