BlockIndentAttribute constructor

const BlockIndentAttribute([
  1. int? level
])

Implementation

const BlockIndentAttribute([int? level]) : super(value: level);