surfacePrimarySubtle property

  1. @override
Color get surfacePrimarySubtle
override

surface/primary-subtle

Default value is primary.shade10

  • Light Mode: #f1f8ff
  • Dark Mode: #101b25

Default high contrast (AAA) value is primary.shade10

  • Light Mode: #f1f8ff
  • Dark Mode: #101b25

Implementation

@override
Color get surfacePrimarySubtle => primitives.primary.shade10;