HeaderAttribute constructor

const HeaderAttribute({
  1. int? level,
})

Implementation

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