EnrollIconRenderingMode enum

Controls how a custom icon asset is colorized when displayed.

  • original: Renders the asset exactly as designed — all colors preserved. Use for full-color illustrations, logos, photos.
  • template: Replaces all colors with the SDK theme color. Use for simple monochrome vector icons.
Inheritance
Available extensions

Values

original → const EnrollIconRenderingMode

Preserves the original colors of the asset. Default.

template → const EnrollIconRenderingMode

Applies theme-color tinting to the entire asset.

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

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