NeedleConfig constructor
const
NeedleConfig({})
Creates a needle configuration.
Implementation
// ignore: sort_constructors_first
const NeedleConfig({
this.style = NeedleStyle.tapered,
this.color = Colors.red,
this.lengthRatio = 0.8,
this.width = 8.0,
this.knobColor,
this.knobRadius = 10.0,
this.showKnob = true,
this.tailLengthRatio = 0.2,
this.gradient,
this.hasShadow = true,
});