Dart
dart:html
Screen
available property
available
Screen class
Properties
available
colorDepth
height
keepAwake
orientation
pixelDepth
width
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
available property
Rectangle
<
num
>
available
Implementation
Rectangle get available => new Rectangle(_availLeft, _availTop, _availWidth, _availHeight);