style property

Style style

The Style that is used for all the charts in this application.

Implementation

static Style get style => _styleFactory._style;
void style=(Style value)

Implementation

static set style(Style value) {
  _styleFactory._style = value;
}