CustomLoaders class abstract

CustomLoaders class includes basic Circular Process Loaders.

It also includes loaderDialog which can be used as full-screen loaders while loading something.

It also includes ImageLoadingBuilder which can be used as image loader while fetching Images from Image.network

Constructors

CustomLoaders.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 Properties

isLoading → dynamic
Loading status.
no setter
setLoading bool
no getter

Static Methods

circularLoader({double size = 50.0, Color? color, double? strokeWidth}) → dynamic
Circular Progress Indicator.
imageLoadingBuilder(BuildContext context, Widget child, ImageChunkEvent? loadingProgress) Widget
Image loading builder.
loaderDialog({bool? show, double loaderSize = 50.0, Color? color, double? strokeWidth}) → dynamic
Full Screen Loading Dialog.