onSurfaceMuted static method

Color onSurfaceMuted(
  1. bool isDark
)

Implementation

static Color onSurfaceMuted(bool isDark) =>
    isDark ? const Color(0xFF94A3B8) : const Color(0xFF64748B);