light property

ThemeData light
final

Implementation

static final ThemeData light = ThemeData(
  useMaterial3: true,
  colorSchemeSeed: primaryColor,
  textTheme: textTheme,
  scaffoldBackgroundColor: backgroundColor,
);