ToastIconStyle enum
Toast类型
如果使用custom 请设置 customIcon
Values
- success → const ToastIconStyle
-
success
const ToastIconStyle(FlExtendedIcons.success)
- fail → const ToastIconStyle
-
fail
const ToastIconStyle(FlExtendedIcons.fail)
- info → const ToastIconStyle
-
info
const ToastIconStyle(FlExtendedIcons.info)
- warning → const ToastIconStyle
-
warning
const ToastIconStyle(FlExtendedIcons.warning)
- smile → const ToastIconStyle
-
smile
const ToastIconStyle(FlExtendedIcons.smile)
Properties
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<
ToastIconStyle> - A constant List of the values in this enum, in order of their declaration.