Flutter
dart:ui
Rect
top property
top
Rect class
Constructors
fromCircle
fromLTRB
fromLTWH
fromPoints
Properties
bottom
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
hashCode
height
isEmpty
isFinite
isInfinite
left
longestSide
right
shortestSide
size
top
topCenter
topLeft
topRight
width
runtimeType
Methods
contains
deflate
expandToInclude
inflate
intersect
overlaps
shift
toString
translate
noSuchMethod
Operators
operator ==
Static properties
largest
zero
Static methods
lerp
top property
double
top
The offset of the top edge of this rectangle from the y axis.
Implementation
double get top => _value[1];