Grid Styling
Now that we have learned how to construct our Grid System. Now it's time to style it. For this we will use the chartStylingData
property which contains the property gridStyle
.
CartesianGridStyle
Class Properties
Name
Type
Required
Default Value
show
bool
false
true
gridLineWidth
double
false
0.5
gridLineColor
Color
false
Colors.black45
Last updated