darkTheme property
Implementation
static ThemeData darkTheme = ThemeData(
brightness: Brightness.dark,
scaffoldBackgroundColor: Color(0xFF0B0D24),
textSelectionHandleColor: Colors.white,
textSelectionColor: Colors.grey[200],
shadowColor: Colors.black12,
splashColor: Colors.transparent,
bottomAppBarColor: Color(0xFF24174D),
cardColor: Color(0xFF24174D),
splashFactory: InkRipple.splashFactory,
highlightColor: Colors.transparent,
canvasColor: Colors.transparent,
focusColor: Colors.transparent,
hoverColor: Colors.transparent,
primaryColor: Colors.white,
iconTheme: IconThemeData(
color: Colors.white,
));