Media enum
- Inheritance
- Implemented types
- Available extensions
Values
- motionReduce → const Media
-
motion-reduce
const Media('motion-reduce', PrefixModifierType.variant) - motionSafe → const Media
-
motion-safe
const Media('motion-safe', PrefixModifierType.variant) - contrastMore → const Media
-
contrast-more
const Media('contrast-more', PrefixModifierType.variant) - contrastLess → const Media
-
contrast-less
const Media('contrast-less', PrefixModifierType.variant) - forcedColors → const Media
-
forced-colors
const Media('forced-colors', PrefixModifierType.variant) - notForcedColors → const Media
-
const Media('not-forced-colors', PrefixModifierType.variant) - landscape → const Media
-
Landscape orientation
const Media('landscape', PrefixModifierType.orientation) - portrait → const Media
-
Portrait orientation
const Media('portrait', PrefixModifierType.orientation) - print → const Media
-
print
const Media('print', PrefixModifierType.variant)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - prefix → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PrefixModifierType
-
final
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