UnderlineAttribute constructor

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

Implementation

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