FluentAxisTickLabel constructor

const FluentAxisTickLabel({
  1. required List<FluentAxisLabelLine> lines,
  2. required String fullText,
  3. required bool truncated,
})

Creates a laid-out tick label.

Implementation

const FluentAxisTickLabel({
  required this.lines,
  required this.fullText,
  required this.truncated,
});