light static method

ThemeData light()

Light theme configuration.

Implementation

static ThemeData light() => _themeData(darkMode: false);