secondaryTextColor constant

ArnaDynamicColor const secondaryTextColor

The secondary text color.

Implementation

static const ArnaDynamicColor secondaryTextColor = ArnaDynamicColor(
  debugLabel: 'secondaryTextColor',
  color: shade108,
  darkColor: shade147,
  highContrastColor: shade00,
  darkHighContrastColor: shade255,
);