soft property

Color get soft

Implementation

Color get soft => base.soft ?? (isDarkMode ? grey.shade900 : grey.shade100);