flutter_sprites
dart:ui
Rect
top
top
flutter_sprites
dart:ui
Rect
top
property
top
flutter_sprites
dart:ui
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
runtimeType
shortestSide
size
top
topCenter
topLeft
topRight
width
Operators
operator ==
Methods
contains
deflate
inflate
intersect
noSuchMethod
shift
toString
double
top
The offset of the top edge of this rectangle from the y axis.
Source
double get top => _value[1];