Dart
dart:math
Rectangle
<
T extends num
>
top property
top
Dart
dart:math
Rectangle
<
T extends num
>
top 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 ==
description
top
property
Null safety
T
top
final
The y-coordinate of the top edge.
Implementation
final T top;