DataTableActionPropertyCtx<T, Type> typedef

DataTableActionPropertyCtx<T, Type> = Type Function(BuildContext context, T item)

Implementation

typedef DataTableActionPropertyCtx<T, Type> = Type Function(
    BuildContext context, T item);