deep property

Color get deep

Implementation

Color get deep => base.deep ?? (isDarkMode ? grey.shade200 : grey.shade700);