AxisPainter constructor
AxisPainter({
- required AxisOrientation orientation,
- required List<
AxisTick> ticks, - required TickConfig tickConfig,
- required AxisLineConfig lineConfig,
- required TextStyle labelStyle,
- required double length,
- double labelRotation = 0,
Creates an axis painter.
Implementation
AxisPainter({
required this.orientation,
required this.ticks,
required this.tickConfig,
required this.lineConfig,
required this.labelStyle,
required this.length,
this.labelRotation = 0,
});