BlockComponentActionBuilder typedef

BlockComponentActionBuilder = Widget Function(BuildContext context, BlockComponentActionState state)

Implementation

typedef BlockComponentActionBuilder = Widget Function(
  BuildContext context,
  BlockComponentActionState state,
);