blockComponentBuilder abstract method

BlockComponentBuilder? blockComponentBuilder(
  1. String type
)

Returns a BlockComponentBuilder, if one has been registered for type or null otherwise.

Implementation

BlockComponentBuilder? blockComponentBuilder(String type);