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);