light static method

ThemeData light({
  1. Color seed = defaultSeed,
})

A Material 3 light theme seeded from seed.

Implementation

static ThemeData light({Color seed = defaultSeed}) =>
    _base(seed, Brightness.light);