chart4Secondary property

  1. @override
Color get chart4Secondary
override

chart/4/secondary

Default value is red.shade40

  • Light Mode: #f98c97
  • Dark Mode: #b50012

Default high contrast (AAA) value is red.shade70

  • Light Mode: #b50012
  • Dark Mode: #f98c97

Implementation

@override
Color get chart4Secondary => primitives.red.shade40;