BoldAttribute constructor

const BoldAttribute([
  1. bool? value = true
])

Implementation

const BoldAttribute([bool? value = true]) : super(value: value);