reverseBackgroundColor constant

ArnaDynamicColor const reverseBackgroundColor

The reverse color of the background.

Implementation

static const ArnaDynamicColor reverseBackgroundColor = ArnaDynamicColor(
  debugLabel: 'reverseBackgroundColor',
  color: shade32,
  darkColor: shade243,
  highContrastColor: shade00,
  darkHighContrastColor: shade255,
);