IndentAttribute constructor

IndentAttribute({
  1. int? level,
})

Implementation

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