Flutter
painting
EdgeInsetsGeometry
vertical property
vertical
EdgeInsetsGeometry class
Constructors
EdgeInsetsGeometry
Properties
collapsedSize
flipped
hashCode
horizontal
isNonNegative
vertical
runtimeType
Methods
add
along
deflateSize
inflateSize
resolve
subtract
toString
noSuchMethod
Operators
operator %
operator *
operator /
operator ==
operator unary-
operator ~/
Static methods
lerp
vertical property
double
vertical
The total offset in the vertical direction.
Implementation
double get vertical => _top + _bottom;