lightTheme property
Implementation
static late ThemeData lightTheme = ThemeData(
fontFamily: 'Inter',
primarySwatch: Colors.lightBlue,
colorScheme: light,
backgroundColor: light.background,
scaffoldBackgroundColor: light.background,
cardColor: light.surface,
);