RenderCustomImageError constructor

RenderCustomImageError(
  1. Color _iconColor,
  2. Color _backgroundColor,
  3. Color _outlineColor
)

Implementation

RenderCustomImageError(
  this._iconColor,
  this._backgroundColor,
  this._outlineColor,
);