ChartData class

Constructors

ChartData({required Color selectedColor, required TextStyle selectedTextStyle, required double maxValue, required double minValue, required Border chartBorder, required Color unselectedColor, required TextStyle unselectedTextStyle, ValueChanged<BarData>? onChanged, required double strokeWidth, required double chartWidth, required double chartHeight, required double itemWidth, required double itemBottomHeight, required Color chartBackgroundColor, required double itemHeight, Color itemBottomBackgroundColor = Colors.transparent, required int itemCount, required ScrollController scrollController})

Properties

chartBackgroundColor Color
final
chartBorder Border
final
chartHeight double
final
chartWidth double
final
hashCode int
The hash code for this object.
no setterinherited
itemBottomBackgroundColor Color
final
itemBottomHeight double
final
itemCount int
final
itemHeight double
final
itemWidth double
final
maxValue double
final
minValue double
final
onChanged ValueChanged<BarData>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollController ScrollController
final
selectedColor Color
final
selectedTextStyle TextStyle
final
strokeWidth double
final
unselectedColor Color
final
unselectedTextStyle TextStyle
final

Methods

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.
inherited