TextTransform enum

Inheritance

Constructors

TextTransform(String value)
const

Values

none → const TextTransform
const TextTransform('none')
capitalize → const TextTransform
const TextTransform('capitalize')
upperCase → const TextTransform
const TextTransform('uppercase')
lowerCase → const TextTransform
const TextTransform('lowercase')
fullWidth → const TextTransform
const TextTransform('full-width')
fullSizeKana → const TextTransform
const TextTransform('full-size-kana')
inherit → const TextTransform
const TextTransform('inherit')
initial → const TextTransform
const TextTransform('initial')
revert → const TextTransform
const TextTransform('revert')
revertLayer → const TextTransform
const TextTransform('revert-layer')
unset → const TextTransform
const TextTransform('unset')

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
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<TextTransform>
A constant List of the values in this enum, in order of their declaration.