buttonColor constant

ArnaDynamicColor const buttonColor

The color of button's background.

Implementation

static const ArnaDynamicColor buttonColor = ArnaDynamicColor(
  debugLabel: 'buttonColor',
  color: shade255,
  darkColor: shade57,
  highContrastColor: shade255,
  darkHighContrastColor: shade00,
);