CachedImageBuilder constructor
const
CachedImageBuilder({})
Cached image widget.
キャッシュされた画像を表示するためのウィジェット。
Implementation
const CachedImageBuilder({
required super.key,
required this.builder,
this.width,
this.height,
this.showLoadingIndicator = false,
this.coverBackgroundColor,
}) : assert(coverBackgroundColor == null || showLoadingIndicator,
"coverBackgroundColor is only used when showLoadingIndicator is true");