Flutter
dart:ui
Size
height property
height
Size class
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
flipped
hashCode
height
isEmpty
longestSide
shortestSide
width
isFinite
isInfinite
runtimeType
Methods
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
contains
topCenter
topLeft
topRight
toString
noSuchMethod
Operators
operator %
operator *
operator +
operator -
operator /
operator ==
operator ~/
operator <
operator <=
operator >
operator >=
Static methods
lerp
Constants
infinite
zero
height property
double
height
The vertical extent of this size.
Implementation
double get height => _dy;