chartFillStyle property

Map<String, Color> chartFillStyle
getter/setter pair

Chart fill style.

Implementation

Map<String, Color> chartFillStyle = {
  keyAllGraph: Color.css('rgba(0, 0, 0, 0.2)')
};