ParagraphBlockComponentWidget constructor

const ParagraphBlockComponentWidget({
  1. Key? key,
  2. required Node node,
  3. bool showActions = false,
  4. BlockComponentActionBuilder? actionBuilder,
  5. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
  6. ShowPlaceholder? showPlaceholder,
})

Implementation

const ParagraphBlockComponentWidget({
  super.key,
  required super.node,
  super.showActions,
  super.actionBuilder,
  super.configuration = const BlockComponentConfiguration(),
  this.showPlaceholder,
});