Dart
dart:math
Rectangle
<
T extends num
>
bottomLeft property
bottomLeft
description
bottomLeft
property
Null safety
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 ==
Cookies management controls