appWidth function

double appWidth(
  1. dynamic con
)

Implementation

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