avoidColor property

List<Color>? avoidColor
final

List of color that determines to which Color is/are needed to be avoided upon touch.
Note: Nearest color shade is applied.

Implementation

final List<Color>? avoidColor;