light property

ThemeData light
final

Implementation

static final ThemeData light = FlexThemeData.light(
  scheme: FlexScheme.deepBlue,
  primary: Colors.blue,
  surface: Colors.white,
  onSurface: gray600,
  secondary: Colors.white,
  surfaceMode: FlexSurfaceMode.highScaffoldLowSurface,
  blendLevel: 15,
  tabBarStyle: FlexTabBarStyle.forBackground,
  useMaterial3: true,
);