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