video_player
dart:math
Rectangle
property topRight
topRight
class Rectangle
Constructors
Rectangle
fromPoints
Properties
height
left
top
width
bottom
bottomLeft
bottomRight
hashCode
right
runtimeType
topLeft
topRight
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==
Point
<T>
topRight
Source
Point<T> get topRight => new Point<T>(this.left + this.width, this.top);
property topRight