enableTooltips property

bool enableTooltips
final

Set to true to enable all tooltips in this widget.

When true, it enables all tooltips that are available in the color picker. If the tooltips get in the way you can disable them all by setting this property to false. Why not consider providing a setting in your app that allows users to turn ON and OFF the tooltips in the app? FlexColorPicker includes this toggle to make that easy to implement when it comes to its tooltip behavior.

Defaults to true.

Implementation

final bool enableTooltips;