warning property

Color get warning

Implementation

Color get warning {
  return base.warning ?? (isDarkMode ? orange.shade600 : orange.shade400);
}