light property
Implementation
static final ThemeModel light = ThemeModel(
type: ThemeType.light,
themeData: ThemeData(
brightness: Brightness.light,
primarySwatch: Colors.blue,
appBarTheme: const AppBarTheme(
backgroundColor: Colors.blue,
foregroundColor: Colors.white,
),
scaffoldBackgroundColor: Colors.white,
),
);