ChartThemeData class

Constructors

ChartThemeData({Color backgroundColor = Colors.white, TextStyle labelStyle = const TextStyle(fontWeight: FontWeight.bold, fontSize: 14), TextStyle valueStyle = const TextStyle(fontSize: 36, fontWeight: FontWeight.bold), TextStyle secondaryValueStyle = const TextStyle(fontSize: 28, fontWeight: FontWeight.bold), TextStyle unitStyle = const TextStyle(fontSize: 14), BorderRadius borderRadius = const BorderRadius.all(Radius.circular(8)), BoxShadow boxShadow = const BoxShadow(color: Colors.grey, blurRadius: 4, offset: Offset(0, 2))})
const

Properties

backgroundColor Color
final
borderRadius BorderRadius
final
boxShadow BoxShadow
final
hashCode int
The hash code for this object.
no setterinherited
labelStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryValueStyle TextStyle
final
unitStyle TextStyle
final
valueStyle 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