ReadyImageConfig constructor
const
ReadyImageConfig({
- Key? key,
- Uri resolveUrl(
- BuildContext context,
- String path
- ImageRenderMethodForWeb imageRenderMethodForWeb(
- BuildContext context
- LoadingErrorWidgetBuilder? errorPlaceholder,
- ProgressIndicatorBuilder? loadingPlaceholder,
- Decoration foregroundDecoration(
- BuildContext context
- Color color(
- BuildContext context
- Decoration decoration(
- BuildContext context
- Decoration outerDecoration(
- BuildContext context
- EdgeInsetsGeometry outerPadding(
- BuildContext context
- EdgeInsetsGeometry innerPadding(
- BuildContext context
- BoxFit fit(
- BuildContext context
- HeadersCallBack? headers,
- BaseCacheManager cacheManager(
- BuildContext context
- bool disableHero(
- BuildContext context
- bool forceForegroundRadiusSameAsBackground(
- BuildContext context
- required Widget child,
Implementation
const ReadyImageConfig({
Key? key,
this.resolveUrl,
this.imageRenderMethodForWeb,
this.errorPlaceholder,
this.loadingPlaceholder,
this.foregroundDecoration,
this.color,
this.decoration,
this.outerDecoration,
this.outerPadding,
this.innerPadding,
this.fit,
this.headers,
this.cacheManager,
this.disableHero,
this.forceForegroundRadiusSameAsBackground,
required Widget child,
}) : super(key: key, child: child);