FluentAxisTickLabel constructor
const
FluentAxisTickLabel({
- required List<
FluentAxisLabelLine> lines, - required String fullText,
- required bool truncated,
Creates a laid-out tick label.
Implementation
const FluentAxisTickLabel({
required this.lines,
required this.fullText,
required this.truncated,
});