HeaderAttribute constructor

HeaderAttribute({
  1. int? level,
})

Implementation

HeaderAttribute({int? level}) : super('header', AttributeScope.BLOCK, level);