video_player
dart:ui
Size
property height
height
class Size
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
flipped
height
isEmpty
longestSide
shortestSide
width
hashCode
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
double
height
The vertical extent of this size.
Source
double get height => _dy;
property height