primaryPressedLight property

Color primaryPressedLight
getter/setter pair

Implementation

static Color primaryPressedLight = _NTBPrimitives.darkRed.withValues(
  alpha: 0.6,
);