FormHeadingBlock constructor
FormHeadingBlock({})
Implementation
FormHeadingBlock({
required super.blockId,
required super.index,
super.style,
required this.content,
this.level = 1,
this.numbering,
}) : super(type: FormBlockType.heading);