colorator property

(Color Function(V)?) colorator
final

A function that sets the color of selected items based on their value. It will either set the chip color, or the checkbox color depending on the list type.

Implementation

final Color Function(V)? colorator;