screenH property

double get screenH

Returns screen height

Implementation

double get screenH {
  return context.h;
}