activeBlue constant

Color const activeBlue = const Color(0xFF007AFF)

iOS 10's default blue color. Used to indicate active elements such as buttons, selected tabs and your own chat bubbles.

Implementation

static const Color activeBlue = Color(0xFF007AFF)