feedbackParseError property

bool feedbackParseError
final

If true then vibrate, play audible click or an alert sound, when a paste parse error occurs.

A paste parse error occurs when something is pasted into the color picker that cannot parsed to a color value.

This feature is experimental, its support is limited on most platforms in Flutter. If Flutter one day supports the Material Sound Guide, this feature can be improved with better sound effects. Currently it cannot be improved without importing none SDK plugins/packages to make sounds. This package strives to work without any plugins or packages, so it will not add any additional none Flutter SDK imports.

Defaults to false.

Implementation

final bool feedbackParseError;