darkTheme top-level property
Implementation
ThemeData darkTheme = ThemeData(
useMaterial3: true,
brightness: Brightness.dark,
scaffoldBackgroundColor: Colors.black,
highlightColor: Colors.transparent,
splashColor: Colors.transparent,
);
ThemeData darkTheme = ThemeData(
useMaterial3: true,
brightness: Brightness.dark,
scaffoldBackgroundColor: Colors.black,
highlightColor: Colors.transparent,
splashColor: Colors.transparent,
);