width method

double width(
  1. dynamic context
)

Implementation

double width(context) {
  return MediaQuery.of(context).size.width;
}