width property

double get width

Implementation

static double get width {
  return MediaQuery.of(currentContext).size.width;
}