GradientImmut constructor

const GradientImmut(
  1. Iterable<Palette> palettes
)

palettes is a source of colors to be transformed into an immutable list.

Implementation

const GradientImmut(Iterable<Palette> palettes) : super(palettes);