RenderCustomImageLoading constructor

RenderCustomImageLoading(
  1. Color _iconColor,
  2. Color _backgroundColor,
  3. Color _outlineColor,
  4. double _progress,
)

Implementation

RenderCustomImageLoading(this._iconColor, this._backgroundColor,
    this._outlineColor, this._progress);