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