menu
auto_display_scroller package
documentation
others/resized_image.dart
ResizedImage
ResizedImage const constructor
ResizedImage const constructor
dark_mode
light_mode
ResizedImage
constructor
const
ResizedImage
(
String
url
, {
Key
?
key
,
int
?
quality
,
BoxFit
?
fit
,
})
Implementation
const ResizedImage(this.url, { Key? key, this.quality,this.fit, }) : super(key: key);
auto_display_scroller package
documentation
others/resized_image
ResizedImage
ResizedImage const constructor
ResizedImage class