HCNavigatorXAxisLabelsStyleOptions constructor

const HCNavigatorXAxisLabelsStyleOptions({
  1. dynamic color,
  2. String? cursor,
  3. num? fontSize,
  4. String? textOverflow,
})

Implementation

const HCNavigatorXAxisLabelsStyleOptions({
  this.color,
  this.cursor,
  this.fontSize,
  this.textOverflow,
});