Loader class

Constructors

Loader.new()

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

alertDialog1({required String title, required String content, required void onPressed()?, required BuildContext context, bool barrier = true}) Future
alertDialog2({required String title, required String content, required void onPressed()?, required BuildContext context, bool barrier = true}) Future
onLoading({required BuildContext context, String msg = "Please wait...", double fontSize = 14.0}) → void
showSnackBar({required BuildContext context, required String text, String label = 'INFO: ', Color color = Colors.purple, int duration = 3, double fontSize = 15.0}) → void