DecoratedContentModelTrigger typedef

DecoratedContentModelTrigger = dynamic Function(List<DecoratedContentModel?> list)

Implementation

typedef DecoratedContentModelTrigger = Function(
    List<DecoratedContentModel?> list);