DecorationColorModelTrigger typedef

DecorationColorModelTrigger = dynamic Function(List<DecorationColorModel?> list)

Implementation

typedef DecorationColorModelTrigger = Function(
    List<DecorationColorModel?> list);