dark property

Color get dark

Implementation

Color get dark => base.dark ?? (isDarkMode ? Colors.white : Colors.black);