height property

double get height

Implementation

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