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