Flutter
dart:ui
Size
flipped property
flipped
flipped
property
Null safety
Size
flipped
A
Size
with the
width
and
height
swapped.
Implementation
Size get flipped => Size(height, width);
Flutter
dart:ui
Size
flipped property
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