RcToast class

Constructors

RcToast.new(String text, {RcToastTheme? theme, int milliseconds = 1500})

Properties

hashCode int
The hash code for this object.
no setterinherited
milliseconds int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
theme RcToastTheme?
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

Static Properties

callBack BuildContext Function()
getter/setter pair
globalTheme RcToastTheme
getter/setter pair
isInit bool
getter/setter pair

Static Methods

init({required RcToastTheme theme, required BuildContext callBack()}) → void