ThemeConfiguration class

The theme configuration. This configuration contains all of the display properties for a theme.

Constructors

ThemeConfiguration({DataColorPalette? dataColorPalette, SheetStyle? sheet, UIColorPalette? uIColorPalette})
ThemeConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

dataColorPalette DataColorPalette?
Color properties that apply to chart data colors.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheet SheetStyle?
Display options related to sheets.
final
uIColorPalette UIColorPalette?
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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