LinearTickStyle constructor
Creates linear tick style with default or required properties.
The arguments length
, thickness
, must be non-negative.
Implementation
const LinearTickStyle({this.length = 4, this.thickness = 1, this.color});
Creates linear tick style with default or required properties.
The arguments length
, thickness
, must be non-negative.
const LinearTickStyle({this.length = 4, this.thickness = 1, this.color});