ToastMessageBarHelper class

Constructors

ToastMessageBarHelper()

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

Operators

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

Static Methods

createAction({required String message, required Widget button, String? title, Duration duration = const Duration(seconds: 3)}) ToastMessageBar
createError({required String message, String? title, Duration duration = const Duration(seconds: 3)}) ToastMessageBar
createInformation({required String message, String? title, Duration duration = const Duration(seconds: 3)}) ToastMessageBar
createInputToastMessageBar({required Form textForm}) ToastMessageBar
createLoading({required String message, required LinearProgressIndicator linearProgressIndicator, String? title, Duration duration = const Duration(seconds: 3), AnimationController? progressIndicatorController, Color? progressIndicatorBackgroundColor}) ToastMessageBar
createSuccess({required String message, String? title, Duration duration = const Duration(seconds: 3)}) ToastMessageBar