AFMobileIcons enum

Inheritance

Constructors

AFMobileIcons(String iconPath)
const

Values

textDecoration → const AFMobileIcons
const AFMobileIcons('toolbar_icons/text_decoration')
bold → const AFMobileIcons
const AFMobileIcons('toolbar_icons/bold')
italic → const AFMobileIcons
const AFMobileIcons('toolbar_icons/italic')
underline → const AFMobileIcons
const AFMobileIcons('toolbar_icons/underline')
strikethrough → const AFMobileIcons
const AFMobileIcons('toolbar_icons/strikethrough')
code → const AFMobileIcons
const AFMobileIcons('toolbar_icons/code')
color → const AFMobileIcons
const AFMobileIcons('toolbar_icons/color')
const AFMobileIcons('toolbar_icons/link')
heading → const AFMobileIcons
const AFMobileIcons('toolbar_icons/heading')
h1 → const AFMobileIcons
const AFMobileIcons('toolbar_icons/h1')
h2 → const AFMobileIcons
const AFMobileIcons('toolbar_icons/h2')
h3 → const AFMobileIcons
const AFMobileIcons('toolbar_icons/h3')
list → const AFMobileIcons
const AFMobileIcons('toolbar_icons/list')
bulletedList → const AFMobileIcons
const AFMobileIcons('toolbar_icons/bulleted_list')
numberedList → const AFMobileIcons
const AFMobileIcons('toolbar_icons/numbered_list')
checkbox → const AFMobileIcons
const AFMobileIcons('toolbar_icons/checkbox')
quote → const AFMobileIcons
const AFMobileIcons('toolbar_icons/quote')
divider → const AFMobileIcons
const AFMobileIcons('toolbar_icons/divider')
close → const AFMobileIcons
const AFMobileIcons('toolbar_icons/close')

Properties

hashCode int
The hash code for this object.
no setterinherited
iconPath String
final
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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