BorderStyle enum
Values
- None → const BorderStyle
-
const BorderStyle('none') - DashDot → const BorderStyle
-
const BorderStyle('dashDot') - DashDotDot → const BorderStyle
-
const BorderStyle('dashDotDot') - Dashed → const BorderStyle
-
const BorderStyle('dashed') - Dotted → const BorderStyle
-
const BorderStyle('dotted') - Double → const BorderStyle
-
const BorderStyle('double') - Hair → const BorderStyle
-
const BorderStyle('hair') - Medium → const BorderStyle
-
const BorderStyle('medium') - MediumDashDot → const BorderStyle
-
const BorderStyle('mediumDashDot') - MediumDashDotDot → const BorderStyle
-
const BorderStyle('mediumDashDotDot') - MediumDashed → const BorderStyle
-
const BorderStyle('mediumDashed') - SlantDashDot → const BorderStyle
-
const BorderStyle('slantDashDot') - Thick → const BorderStyle
-
const BorderStyle('thick') - Thin → const BorderStyle
-
const BorderStyle('thin')
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
- style → String
-
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<
BorderStyle> - A constant List of the values in this enum, in order of their declaration.