NiceThemeData.light constructor
Default light theme.
Implementation
factory NiceThemeData.light() => NiceThemeData(
brightness: Brightness.light,
colors: NiceColorScheme.light(),
typography: NiceTypography.standard(),
);
Default light theme.
factory NiceThemeData.light() => NiceThemeData(
brightness: Brightness.light,
colors: NiceColorScheme.light(),
typography: NiceTypography.standard(),
);