HashCachedImageGlobalParameter class
A singleton class for managing global parameters for cached images.
The HashCachedImageGlobalParameter class is used to set global placeholder and error widgets for image loading within the application.
Constructors
- HashCachedImageGlobalParameter()
-
Factory constructor to return the same instance of the singleton
factory
Properties
- globalError ↔ LoadingErrorWidgetBuilder?
-
The global error widget builder.
getter/setter pair
- globalPlaceholder ↔ PlaceholderWidgetBuilder?
-
The global placeholder widget builder.
getter/setter pair
- 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
-
setGlobalParameter(
{PlaceholderWidgetBuilder? globalPlaceholderWidget, LoadingErrorWidgetBuilder? globalErrorWidget}) → void - Sets the global parameters for placeholder and error widgets.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited