Flutter
dart:ui
Size
zero constant
zero
zero
constant
Null safety
Size
const
zero
An empty size, one with a zero width and a zero height.
Implementation
static const Size zero = Size(0.0, 0.0);
Flutter
dart:ui
Size
zero constant
Size class
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
aspectRatio
flipped
hashCode
height
isEmpty
isFinite
isInfinite
longestSide
runtimeType
shortestSide
width
Methods
bottomCenter
bottomLeft
bottomRight
center
centerLeft
centerRight
contains
noSuchMethod
topCenter
topLeft
topRight
toString
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator ~/
Static methods
lerp
Constants
infinite
zero