BarChartStyle class

Contains various customization options for the BarChart.

Constructors

BarChartStyle({BarChartGridStyle gridStyle = const BarChartGridStyle(), BarChartAxisStyle axisStyle = const BarChartAxisStyle(), BarChartBarStyle barStyle = const BarChartBarStyle(), BarChartTooltipStyle tooltipStyle = const BarChartTooltipStyle()})
Constructs an instance of BarChartStyle.
const

Properties

axisStyle BarChartAxisStyle
Style of the axis lines.
final
barStyle BarChartBarStyle
Style of the bar.
final
gridStyle BarChartGridStyle
Style of the grid lines.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltipStyle BarChartTooltipStyle
Style of the tooltip.
final

Methods

copyWith({BarChartGridStyle? gridStyle, BarChartAxisStyle? axisStyle, BarChartBarStyle? barStyle, BarChartTooltipStyle? tooltipStyle}) BarChartStyle
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