ColorListChanged typedef

ColorListChanged = dynamic Function(List<DecorationColorModel>? value)

Implementation

typedef ColorListChanged = Function(List<DecorationColorModel>? value);