lightTheme property

ThemeData lightTheme
getter/setter pair

Implementation

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