disabledColor constant

ArnaDynamicColor const disabledColor

The color of disabled items.

Implementation

static const ArnaDynamicColor disabledColor = ArnaDynamicColor(
  debugLabel: 'secondaryTextColor',
  color: shade154,
  darkColor: shade101,
  highContrastColor: shade00,
  darkHighContrastColor: shade255,
);