DecorationColorListChanged typedef

DecorationColorListChanged = dynamic Function(List<DecorationColorModel> values)

Implementation

typedef DecorationColorListChanged = Function(
    List<DecorationColorModel> values);