m4e_sdk
dart:ui
Size
zero constant
zero
m4e_sdk
dart:ui
Size
zero constant
Size class
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
aspectRatio
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
zero
constant
Size
const
zero
=
const
Size
(0.0, 0.0)
An empty size, one with a zero width and a zero height.
Implementation
static const Size zero = Size(0.0, 0.0)