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