BlockActionBuilder typedef

BlockActionBuilder = Widget Function(BlockComponentContext blockComponentContext, BlockComponentActionState state)

Implementation

typedef BlockActionBuilder = Widget Function(
  BlockComponentContext blockComponentContext,
  BlockComponentActionState state,
);