IndicatorStyle constructor
const
IndicatorStyle({
- double depth = -4,
- Color? accent,
- LightSource? lightSource,
- Color? variant,
- bool? disableDepth,
- AlignmentGeometry? gradientStart,
- AlignmentGeometry? gradientEnd,
Implementation
const IndicatorStyle({
this.depth = -4,
this.accent,
this.lightSource,
this.variant,
this.disableDepth,
this.gradientStart,
this.gradientEnd,
});