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