Text colour that is readable on surface.
Color get onSurface => ThemeData.estimateBrightnessForColor(surface) == Brightness.dark ? Colors.white : const Color(0xFF1F2333);