MToast class
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
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
configLoading()
→ void
-
-
dismiss({bool animation = true})
→ dynamic
-
-
init({TransitionBuilder? builder})
→ TransitionBuilder
-
init EasyLoading
-
show({String? msg, Widget? indicator, EasyLoadingMaskType maskType = EasyLoadingMaskType.none, bool? dismissOnTap})
→ dynamic
-
-
showError(String? msg, {Duration? duration, EasyLoadingMaskType maskType = EasyLoadingMaskType.none, bool? dismissOnTap})
→ Future<void>
-
-
showInfo(String? msg, {Duration? duration, EasyLoadingMaskType maskType = EasyLoadingMaskType.none, bool? dismissOnTap})
→ Future<void>
-
-
showSuccess(String? msg, {Duration? duration, EasyLoadingMaskType maskType = EasyLoadingMaskType.none, bool? dismissOnTap})
→ Future<void>
-
-
showToast(String? msg, {Duration? duration, MToastPosition? position, EasyLoadingMaskType maskType = EasyLoadingMaskType.none, bool? dismissOnTap})
→ Future<void>
-