mainLight property

  1. @override
Color get mainLight
override

main/light

Default value is cool.shade30

  • Light Mode: #e0e3e9
  • Dark Mode: #2c2f36

Default high contrast (AAA) value is pure.shade0

  • Light Mode: #ffffff
  • Dark Mode: #151519

Implementation

@override
Color get mainLight => primitives.cool.shade30;