WindowSizes class sealed
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
all
→ const List<
WindowSize> - Changes in this list will be major updates.
- compact → const WindowSize
-
compose
→ const List<
WindowSize> - WindowSizeClasses defined by Android (for Jetpack Compose, their native UI framework).
-
cupertino
→ const List<
WindowSize> - WindowSizeClasses defined by Apple (known as UserInterfaceSizeClass)
- expanded → const WindowSize
- extraLarge → const WindowSize
- Meant for Desktop by Material
- large → const WindowSize
- Meant for Desktop by Material
-
material
→ const List<
WindowSize> - WindowSizeClasses defined by Material
- medium → const WindowSize
- regular → const WindowSize
- Apple seem to have no specific breakpoint to rely on