StyleChangePropertyOptions enum

Inheritance
Available extensions

Values

name → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'name')
pluginData → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'pluginData')
type → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'type')
description → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'description')
remote → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'remote')
const StyleChangePropertyOptions(r'documentationLinks')
fontSize → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'fontSize')
textDecoration → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'textDecoration')
letterSpacing → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'letterSpacing')
lineHeight → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'lineHeight')
leadingTrim → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'leadingTrim')
paragraphIndent → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'paragraphIndent')
paragraphSpacing → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'paragraphSpacing')
listSpacing → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'listSpacing')
hangingPunctuation → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'hangingPunctuation')
hangingList → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'hangingList')
textCase → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'textCase')
paint → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'paint')
effects → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'effects')
layoutGrids → const StyleChangePropertyOptions
const StyleChangePropertyOptions(r'layoutGrids')

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