CanvasFontStretchOptions enum

Inheritance
Available extensions

Values

condensed → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'condensed')
expanded → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'expanded')
extraCondensed → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'extra-condensed')
extraExpanded → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'extra-expanded')
normal → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'normal')
semiCondensed → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'semi-condensed')
semiExpanded → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'semi-expanded')
ultraCondensed → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'ultra-condensed')
ultraExpanded → const CanvasFontStretchOptions
const CanvasFontStretchOptions(r'ultra-expanded')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value 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<CanvasFontStretchOptions>
A constant List of the values in this enum, in order of their declaration.