DataUrlImageProviderParams constructor
DataUrlImageProviderParams(})
Implementation
DataUrlImageProviderParams(this.bytes,
{int? cachedWidth, int? cachedHeight, BoxFit objectFit = BoxFit.fill})
: super(cachedWidth: cachedWidth, cachedHeight: cachedHeight, objectFit: objectFit);