controlBackgroundColor constant

CupertinoDynamicColor const controlBackgroundColor

The background of a large interface element, such as a browser or table.

Implementation

static const controlBackgroundColor = CupertinoDynamicColor.withBrightness(
  color: MacosColor(0xffFFFFFF),
  darkColor: MacosColor(0xff1E1E1E),
);