PseudoType enum
Pseudo element type.
Values
- firstLine → const PseudoType
-
const PseudoType('first-line')
- firstLetter → const PseudoType
-
const PseudoType('first-letter')
- before → const PseudoType
-
const PseudoType('before')
- after → const PseudoType
-
const PseudoType('after')
- marker → const PseudoType
-
const PseudoType('marker')
- backdrop → const PseudoType
-
const PseudoType('backdrop')
- selection → const PseudoType
-
const PseudoType('selection')
- targetText → const PseudoType
-
const PseudoType('target-text')
- spellingError → const PseudoType
-
const PseudoType('spelling-error')
- grammarError → const PseudoType
-
const PseudoType('grammar-error')
- highlight → const PseudoType
-
const PseudoType('highlight')
- firstLineInherited → const PseudoType
-
const PseudoType('first-line-inherited')
- scrollbar → const PseudoType
-
const PseudoType('scrollbar')
- scrollbarThumb → const PseudoType
-
const PseudoType('scrollbar-thumb')
- scrollbarButton → const PseudoType
-
const PseudoType('scrollbar-button')
- scrollbarTrack → const PseudoType
-
const PseudoType('scrollbar-track')
- scrollbarTrackPiece → const PseudoType
-
const PseudoType('scrollbar-track-piece')
- scrollbarCorner → const PseudoType
-
const PseudoType('scrollbar-corner')
- resizer → const PseudoType
-
const PseudoType('resizer')
- inputListButton → const PseudoType
-
const PseudoType('input-list-button')
- viewTransition → const PseudoType
-
const PseudoType('view-transition')
- viewTransitionGroup → const PseudoType
-
const PseudoType('view-transition-group')
- viewTransitionImagePair → const PseudoType
-
const PseudoType('view-transition-image-pair')
- viewTransitionOld → const PseudoType
-
const PseudoType('view-transition-old')
- viewTransitionNew → const PseudoType
-
const PseudoType('view-transition-new')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PseudoType> - A constant List of the values in this enum, in order of their declaration.