defaultColor constant

Color const defaultColor

The default cursor and selection color (semi-transparent grey).

This is the color that the Text widget uses when the specified selection color is null.

Implementation

static const Color defaultColor = Color(0x80808080);