ImageProviderParams constructor

ImageProviderParams({
  1. int? cachedWidth,
  2. int? cachedHeight,
  3. required BoxFit objectFit,
})

Implementation

ImageProviderParams({this.cachedWidth, this.cachedHeight, required this.objectFit});