showColorValue property

bool showColorValue
final

Set to true to show the int Color.value of the selected color.

This is a developer feature, showing the int color value can be useful during software development. If enabled the value is shown after the color code. For text style it also uses the colorCodeTextStyle. There is no copy button for the shown int value, but the value is displayed with a SelectableText widget, so it can be select painted and copied if so required.

Defaults to false.

Implementation

final bool showColorValue;