UltimatorGradiant constructor

UltimatorGradiant({
  1. List<Color>? startColors,
  2. List<Color>? endColors,
  3. List<double>? startStops,
  4. List<double>? endStops,
  5. AlignmentGeometry? startAlignment,
  6. AlignmentGeometry? endAlignment,
  7. bool isRadial = false,
})

Implementation

UltimatorGradiant({
  this.startColors,
  this.endColors,
  this.startStops,
  this.endStops,
  this.startAlignment,
  this.endAlignment,
  this.isRadial = false,
});