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