IndicatorStyle constructor

const IndicatorStyle({
  1. double depth = -4,
  2. Color? accent,
  3. LightSource? lightSource,
  4. Color? variant,
  5. bool? disableDepth,
  6. AlignmentGeometry? gradientStart,
  7. AlignmentGeometry? gradientEnd,
})

Implementation

const IndicatorStyle({
  this.depth = -4,
  this.accent,
  this.lightSource,
  this.variant,
  this.disableDepth,
  this.gradientStart,
  this.gradientEnd,
});