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