Toast class

Constructors

Toast()

Properties

hashCode int
The hash code for this object.
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
show() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

ANIMATED_MOVEMENT_BTB int
final
ANIMATED_MOVEMENT_LCR int
final
ANIMATED_MOVEMENT_TWEEN int
final
ANIMATED_OPACITY int
final
LENGTH_LONG int
final
LENGTH_SHORT int
final
LONG int
final
overlayEntryList List<OverlayEntry>
getter/setter pair
SHORT int
final
style ToastLayoutStyle
getter/setter pair

Static Methods

makeText({required BuildContext context, String? content, Color? contentColor, int duration = -1, Color? backgroundColor, double? top, String? toastPosition, int animated = 0, Widget? child}) Toast