ScreenLoader mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
isLoading bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadableWidget({required Widget child}) Widget
loader() Widget?
override loader if you wish to add custom loader in specific view
loadingBgBlur() double?
override loadingBgBlur if you wish to change blur value in specific view
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performFuture<U>(Function futureCallback) Future<U?>
To avoid use of startLoading and stopLoading you use use performFuture which will show the loader until the passed future call is done executing
startLoading() → dynamic
starts the loader
stopLoading() → dynamic
stops the loader
toString() String
A string representation of this object.
inherited

Operators

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