LinearAxisTrackStyle constructor
const
LinearAxisTrackStyle({
- double thickness = 5.0,
- LinearEdgeStyle edgeStyle = LinearEdgeStyle.bothFlat,
- Color? color,
- LinearGradient? gradient,
- Color? borderColor,
- double borderWidth = 0,
Creates a style for axis line.
Implementation
const LinearAxisTrackStyle(
{this.thickness = 5.0,
this.edgeStyle = LinearEdgeStyle.bothFlat,
this.color,
this.gradient,
this.borderColor,
this.borderWidth = 0});