Flutter
dart:ui
Size
flipped property
flipped
Size class
Constructors
Size
copy
fromHeight
fromRadius
fromWidth
square
Properties
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
flipped property
Size
flipped
A
Size
with the
width
and
height
swapped.
Implementation
Size get flipped => new Size(height, width);