video_player
dart:ui
Size
constant infinite
infinite
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
Size
infinite
=
const
Size
(double.INFINITY, double.INFINITY)
A size whose
width
and
height
are infinite.
See also:
isInfinite
, which checks whether either dimension is infinite.
isFinite
, which checks whether both dimensions are finite.
property infinite