backgroundColor constant

ArnaDynamicColor const backgroundColor

The color of the background.

Implementation

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