OutlineStyle enum
Values
- auto → const OutlineStyle
-
const OutlineStyle('auto')
- none → const OutlineStyle
-
const OutlineStyle('none')
- dotted → const OutlineStyle
-
const OutlineStyle('dotted')
- dashed → const OutlineStyle
-
const OutlineStyle('dashed')
- solid → const OutlineStyle
-
const OutlineStyle('solid')
- double → const OutlineStyle
-
const OutlineStyle('double')
- groove → const OutlineStyle
-
const OutlineStyle('groove')
- ridge → const OutlineStyle
-
const OutlineStyle('ridge')
- inset → const OutlineStyle
-
const OutlineStyle('inset')
- outset → const OutlineStyle
-
const OutlineStyle('outset')
- inherit → const OutlineStyle
-
const OutlineStyle('inherit')
- initial → const OutlineStyle
-
const OutlineStyle('initial')
- revert → const OutlineStyle
-
const OutlineStyle('revert')
- revertLayer → const OutlineStyle
-
const OutlineStyle('revert-layer')
- unset → const OutlineStyle
-
const OutlineStyle('unset')
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 - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
The css value
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
Constants
-
values
→ const List<
OutlineStyle> - A constant List of the values in this enum, in order of their declaration.