ScreenRect class final

A rectangle on the device screen.

Available extensions

Constructors

ScreenRect(ScreenPoint topLeft, ScreenPoint bottomRight)
const

Properties

bottomRight ScreenPoint
The position of the bottom right corner of the rectangle.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topLeft ScreenPoint
The position of the top left corner of the rectangle.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant ScreenRect other) bool
The equality operator.
override