Dart
dart:html
DomRectReadOnly
bottomRight property
bottomRight
description
bottomRight
property
Null safety
Point
<
num
>
bottomRight
Implementation
Point get bottomRight => new Point(this.left + this.width, this.top + this.height);
Dart
dart:html
DomRectReadOnly
bottomRight property
DomRectReadOnly class
Constructors
DomRectReadOnly
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
x
y
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==
Static methods
fromRect