flutter_json_widgets
text_decoration
TextDecoration
TextDecoration.underline const constructor
TextDecoration.underline
TextDecoration.underline
constructor
Null safety
const
TextDecoration.underline
(
)
Implementation
const factory TextDecoration.underline() = TextDecorationUnderline;
flutter_json_widgets
text_decoration
TextDecoration
TextDecoration.underline const constructor
TextDecoration class
Constructors
fromJson
lineThrough
none
overline
underline
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==