CommonBreakpoints class
Common predefined breakpoint sets for quick setup
Constructors
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
Static Properties
-
apple
→ Map<
String, double> -
Apple device breakpoints
no setter
-
bootstrap
→ Map<
String, double> -
Bootstrap-style breakpoints
no setter
-
devices
→ Map<
String, double> -
Device-specific breakpoints
no setter
-
material
→ Map<
String, double> -
Material Design breakpoints
no setter
-
tailwind
→ Map<
String, double> -
Tailwind CSS breakpoints
no setter
-
web
→ Map<
String, double> -
Web-focused breakpoints
no setter