79785035

Date: 2025-10-08 01:49:19
Score: 1
Natty:
Report link

If you are here in 2025, it seems both backgroundColor and background are deprecated. Use surface instead.

final colorScheme = ColorScheme.fromSeed(
  surface: const Color.fromARGB(255, 56, 49, 66),
);

final theme = ThemeData().copyWith(

  scaffoldBackgroundColor: colorScheme.surface,
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mxolisi Masuku