IndentAttribute constructor

const IndentAttribute({
  1. int? level,
})

Implementation

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