menu
Dart
dart:html
DomRectReadOnly
bottomRight property
bottomRight
brightness_4
brightness_5
description
bottomRight
property
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