menu
the_flutter_ui package
documentation
ui/widget/image.dart
CoverCacheImage
CoverCacheImage const constructor
CoverCacheImage const constructor
dark_mode
light_mode
CoverCacheImage
constructor
const
CoverCacheImage
(
String
imageUrl
, {
Key
?
key
,
String
?
placeholder
,
})
Implementation
const CoverCacheImage(this.imageUrl, {Key? key, this.placeholder}) : super(key: key);
the_flutter_ui package
documentation
ui/widget/image
CoverCacheImage
CoverCacheImage const constructor
CoverCacheImage class