DomainAxis<T> constructor
const
DomainAxis<T> ({
- double tickLength = 5,
- TickStyle tickStyle = const TickStyle(),
- LineStyle? gridLineStyle,
- TextStyle labelStyle = const TextStyle(),
- String labelFormatter(
- T label
- Widget? labelWidget(
- T label
- double xAxisLabelSpace = 20,
- Offset labelOffset = Offset.zero,
- double gapTickLabel = 5,
- DeluxViewport<
T> ? viewport,
Implementation
const DomainAxis({
super.tickLength = 5,
super.tickStyle = const TickStyle(),
super.gridLineStyle,
super.labelStyle = const TextStyle(),
super.labelFormatter,
super.labelWidget,
super.xAxisLabelSpace,
super.labelOffset = Offset.zero,
super.gapTickLabel = 5,
super.viewport,
});