activeGreen constant

CupertinoDynamicColor const activeGreen

iOS 13's default green color. Used to indicate active accents such as the switch in its on state and some accent buttons such as the call button and Apple Map's 'Go' button.

This is SystemGreen in the iOS palette.

Implementation

static const CupertinoDynamicColor activeGreen = systemGreen;