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