sideColor constant

ArnaDynamicColor const sideColor

The color of the side bar's background.

Implementation

static const ArnaDynamicColor sideColor = ArnaDynamicColor(
  debugLabel: 'sideColor',
  color: shade248,
  darkColor: shade37,
  highContrastColor: shade255,
  darkHighContrastColor: shade00,
);