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