menu
Dart
dart:math
Rectangle
<
T extends num
>
bottom property
bottom
brightness_4
brightness_5
description
bottom
property
T
bottom
inherited
The y-coordinate of the bottom edge.
Implementation
T get bottom => (top + height) as T;
Dart
dart:math
Rectangle
<
T extends num
>
bottom 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 ==