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