kBackgroundColor top-level constant

CupertinoDynamicColor const kBackgroundColor

Implementation

const kBackgroundColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(247, 247, 247, 0.8),
  darkColor: Color.fromRGBO(36, 36, 36, 0.75),
);