NiceGradientValue constructor

const NiceGradientValue({
  1. NiceGradientType type = NiceGradientType.linear,
  2. double angle = 90,
  3. List<NiceGradientStop> stops = const [],
  4. bool repeating = false,
})

Implementation

const NiceGradientValue({
  this.type = NiceGradientType.linear,
  this.angle = 90,
  this.stops = const [],
  this.repeating = false,
});