TickStyle constructor

const TickStyle({
  1. Color color = Colors.grey,
  2. double thickness = 1,
})

Implementation

const TickStyle({
  this.color = Colors.grey,
  this.thickness = 1,
});