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