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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited