ReadyImageDefaults class
Constructors
- ReadyImageDefaults({required Uri resolveUrl(BuildContext context, String path), required ImageRenderMethodForWeb imageRenderMethodForWeb, required LoadingErrorWidgetBuilder errorPlaceholder, required ProgressIndicatorBuilder loadingPlaceholder, required Decoration? foregroundDecoration, required Decoration? decoration, required Decoration? outerDecoration, required EdgeInsetsGeometry? outerPadding, required EdgeInsetsGeometry? innerPadding, required Color? color, required BoxFit fit, required HeadersCallBack headers, required BaseCacheManager? cacheManager, required bool disableHero})
Properties
- cacheManager → BaseCacheManager?
-
final
- color → Color?
-
final
- decoration → Decoration?
-
final
- disableHero → bool
-
final
- errorPlaceholder → LoadingErrorWidgetBuilder
-
final
- fit → BoxFit
-
final
- foregroundDecoration → Decoration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headers → HeadersCallBack
-
final
- imageRenderMethodForWeb → ImageRenderMethodForWeb
-
final
- innerPadding → EdgeInsetsGeometry?
-
final
- loadingPlaceholder → ProgressIndicatorBuilder
-
final
- outerDecoration → Decoration?
-
final
- outerPadding → EdgeInsetsGeometry?
-
final
- resolveUrl → Uri Function(BuildContext context, String path)
-
final
- 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
-
of(
BuildContext context, ReadyImage widget) → ReadyImageDefaults