darkTheme property
Implementation
static ThemeData darkTheme = ThemeData(
brightness: Brightness.dark,
textTheme: CustomTextTheme.darkTextTheme,
floatingActionButtonTheme: FloatingActionButtonThemeData(
backgroundColor: Colors.green,
foregroundColor: Colors.white,
shape: CircleBorder()),
);