menu
Dart
dart:math
Rectangle
<
T extends num
>
bottomLeft property
bottomLeft
brightness_4
brightness_5
description
bottomLeft
property
Point
<
T
>
bottomLeft
inherited
Implementation
Point<T> get bottomLeft => Point<T>(this.left, (this.top + this.height) as T);
Dart
dart:math
Rectangle
<
T extends num
>
bottomLeft property
Rectangle class
Constructors
Rectangle
fromPoints
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
runtimeType
top
topLeft
topRight
width
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
noSuchMethod
toString
Operators
operator ==