HeadingBlockComponentWidget constructor

const HeadingBlockComponentWidget({
  1. Key? key,
  2. required Node node,
  3. bool showActions = false,
  4. BlockComponentActionBuilder? actionBuilder,
  5. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
  6. TextStyle textStyleBuilder(
    1. int level
    )?,
})

Implementation

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