verticalRange property
LayoutRange
get
verticalRange
The vertical range (top to bottom) of this rectangle.
Implementation
LayoutRange get verticalRange => LayoutRange(top, bottom);
The vertical range (top to bottom) of this rectangle.
LayoutRange get verticalRange => LayoutRange(top, bottom);