xwidth function

double xwidth (
  1. dynamic context
)

Implementation

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