Tick<D> constructor

Tick<D>({
  1. required D value,
  2. required TextElement? textElement,
  3. double? locationPx,
  4. double? labelOffsetPx,
})

Implementation

Tick(
    {required this.value,
    required this.textElement,
    this.locationPx,
    this.labelOffsetPx});