ToastType enum

Declares the type of Toast.

Inheritance

Constructors

ToastType()
const

Values

imageAndText01 → const ToastType

A large image and a single string wrapped across three lines of text.

imageAndText02 → const ToastType

A large image, one string of bold text on the first line, one string of regular text wrapped across the second and third lines.

imageAndText03 → const ToastType

A large image, one string of bold text wrapped across the first two lines, one string of regular text on the third line.

imageAndText04 → const ToastType

A large image, one string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line.

text01 → const ToastType

Single string wrapped across three lines of text.

text02 → const ToastType

One string of bold text on the first line, one string of regular text wrapped across the second and third lines.

text03 → const ToastType

One string of bold text wrapped across the first two lines, one string of regular text on the third line.

text04 → const ToastType

One string of bold text on the first line, one string of regular text on the second line, one string of regular text on the third line.

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

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