screenW property

double get screenW

Returns screen width

Implementation

double get screenW {
  return context.w;
}