style property

Style get style

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

Implementation

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

Implementation

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