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