destructiveRed constant

Color const destructiveRed

Used for iOS 13 for destructive actions such as the delete actions in table view cells and dialogs.

Not the same red as the camera shutter or springboard icon notifications or the foreground red theme in various native apps such as HealthKit.

This is SystemRed in the iOS palette.

Implementation

static const Color destructiveRed = systemRed;