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