disable property

Color get disable

Implementation

Color get disable {
  return base.disable ?? (isDarkMode ? grey.shade400 : grey.shade600);
}