ParagraphBlockComponentBuilder constructor

ParagraphBlockComponentBuilder({
  1. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
  2. ShowPlaceholder? showPlaceholder,
})

Implementation

ParagraphBlockComponentBuilder({
  super.configuration,
  this.showPlaceholder,
});