kDefaultColor constant

CupertinoDynamicColor const kDefaultColor

Default color for a CupertinoMenuDivider.

Implementation

// The following colors were measured from debug mode on the iOS 18.5 simulator,
static const CupertinoDynamicColor kDefaultColor = CupertinoDynamicColor.withBrightness(
  color: Color.fromRGBO(0, 0, 0, 0.08),
  darkColor: Color.fromRGBO(0, 0, 0, 0.16),
);