ShadNeutralColorScheme.dark constructor
const
ShadNeutralColorScheme.dark({
- Color background = const Color(0xff0a0a0a),
- Color foreground = const Color(0xfffafafa),
- Color card = const Color(0xff0a0a0a),
- Color cardForeground = const Color(0xfffafafa),
- Color popover = const Color(0xff0a0a0a),
- Color popoverForeground = const Color(0xfffafafa),
- Color primary = const Color(0xfffafafa),
- Color primaryForeground = const Color(0xff171717),
- Color secondary = const Color(0xff262626),
- Color secondaryForeground = const Color(0xfffafafa),
- Color muted = const Color(0xff262626),
- Color mutedForeground = const Color(0xffa3a3a3),
- Color accent = const Color(0xff262626),
- Color accentForeground = const Color(0xfffafafa),
- Color destructive = const Color(0xffef4444),
- Color destructiveForeground = const Color(0xfffafafa),
- Color border = const Color(0xff262626),
- Color input = const Color(0xff262626),
- Color ring = const Color(0xffd4d4d4),
- Color selection = const Color(0xFF355172),
- Map<
String, Color> custom = const {},
Implementation
const ShadNeutralColorScheme.dark({
super.background = const Color(0xff0a0a0a),
super.foreground = const Color(0xfffafafa),
super.card = const Color(0xff0a0a0a),
super.cardForeground = const Color(0xfffafafa),
super.popover = const Color(0xff0a0a0a),
super.popoverForeground = const Color(0xfffafafa),
super.primary = const Color(0xfffafafa),
super.primaryForeground = const Color(0xff171717),
super.secondary = const Color(0xff262626),
super.secondaryForeground = const Color(0xfffafafa),
super.muted = const Color(0xff262626),
super.mutedForeground = const Color(0xffa3a3a3),
super.accent = const Color(0xff262626),
super.accentForeground = const Color(0xfffafafa),
super.destructive = const Color(0xffef4444),
super.destructiveForeground = const Color(0xfffafafa),
super.border = const Color(0xff262626),
super.input = const Color(0xff262626),
super.ring = const Color(0xffd4d4d4),
super.selection = const Color(0xFF355172),
super.custom,
});