menu
kraken package
documentation
painting.dart
ImageProviderParams
ImageProviderParams constructor
ImageProviderParams constructor
dark_mode
light_mode
ImageProviderParams
constructor
ImageProviderParams
(
{
int
?
cachedWidth
,
int
?
cachedHeight
,
required
BoxFit
objectFit
,
})
Implementation
ImageProviderParams({this.cachedWidth, this.cachedHeight, required this.objectFit});
kraken package
documentation
painting
ImageProviderParams
ImageProviderParams constructor
ImageProviderParams class