menu
pure_ui package
documentation
pure_ui.dart
Size
flipped property
flipped property
dark_mode
light_mode
flipped
property
Size
get
flipped
A
Size
with the
width
and
height
swapped.
Implementation
Size get flipped => Size(height, width);
pure_ui package
documentation
pure_ui
Size
flipped property
Size class