appHandleBackgroundColor property

Color appHandleBackgroundColor

Implementation

Color get appHandleBackgroundColor {
  return _appHandleBackgroundColor ?? _primaryTone.primaryTone(20);
}