BarChartGridStyle class

Contains various customization options for the grid lines of the chart.

Constructors

BarChartGridStyle({Color color = const Color(0x33FFFFFF), double stroke = 1})
Constructs an instance of BarChartGridStyle.
const

Properties

color Color
Color of the grid lines.
final
hashCode int
The hash code for this object.
no setteroverride
paint Paint
Gets a Paint for the X axis grid drawing.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stroke double
Stroke of the grid lines.
final

Methods

copyWith({Color? color, double? stroke}) BarChartGridStyle
Creates a copy of the current object with new values specified in arguments.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override