mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`destructiveRed` is an alias for `systemRed`, but, in the definition, the precise type information is lost. This PR gives `destructiveRed` the type `CupertinoDynamicColor` (and not the superclass `Color`) like all the other colors defined in this file.