darkTheme top-level property
Implementation
ThemeData darkTheme = _common.copyWith(
//Navigation
appBarTheme: _common.appBarTheme.copyWith(elevation: 0),
floatingActionButtonTheme: const FloatingActionButtonThemeData(
elevation: 0,
),
// Menus
popupMenuTheme: _common.popupMenuTheme.copyWith(elevation: 0),
snackBarTheme: _common.snackBarTheme.copyWith(elevation: 0),
// Text
);