BackgroundTypeType enum

This object represents the type of a background.

Inheritance

Constructors

BackgroundTypeType(String value)
Constructs a new BackgroundFillType.
const

Values

fill → const BackgroundTypeType

The background is automatically filled based on the selected colors.

const BackgroundTypeType("fill")
wallpaper → const BackgroundTypeType

The background is a wallpaper in the JPEG format.

const BackgroundTypeType("wallpaper")
pattern → const BackgroundTypeType

The background is a PNG or TGV pattern to be combined with the background fill chosen by the user.

const BackgroundTypeType("pattern")
chatTheme → const BackgroundTypeType

The background is taken directly from a built-in chat theme.

const BackgroundTypeType("chatTheme")

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