light property

Color get light

Implementation

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