withEndColor method

PolarColumnGradientStyle withEndColor(
  1. Color value
)

Replaces PolarColumnGradientStyle.endColor with value.

Implementation

PolarColumnGradientStyle withEndColor(Color value) =>
    copyWith(endColor: value);