TicksPainter constructor
TicksPainter({
- required double min,
- required double max,
- required double value,
- required Size screenSize,
- HorizontalGaugeTheme? theme,
- bool showLabels = true,
- int? customTickCount,
- TickBuilder? tickBuilder,
Implementation
TicksPainter({
required this.min,
required this.max,
required this.value,
required this.screenSize,
this.theme,
this.showLabels = true,
this.customTickCount,
this.tickBuilder,
});