Theme.dark constructor
Theme.dark()
Builds the dark version of the theme.
Implementation
Theme.dark()
: _primaryTextColor = const Color(0x00F6F6F6),
_primaryBackgroundColor = const Color(0x001C1C1E),
_secondaryBackgroundColor = const Color(0x00F6F6F6).withOpacity(0.38),
_accentColor = const Color(0x0000B272),
_fontFamily = "SpaceGrotesk",
_fontPackage = "tiki_sdk_flutter";