Tick<D>  constructor 
      
      Tick<D> ({ 
    
    
- required D value,
- required TextElement? textElement,
- double? locationPx,
- double? labelOffsetPx,
Implementation
Tick(
    {required this.value,
    required this.textElement,
    this.locationPx,
    this.labelOffsetPx});