flutter_json_widgets
text_decoration
TextDecoration
TextDecoration.lineThrough const constructor
TextDecoration.lineThrough
TextDecoration.lineThrough
constructor
Null safety
const
TextDecoration.lineThrough
(
)
Implementation
const factory TextDecoration.lineThrough() = TextDecorationLineThrough;
flutter_json_widgets
text_decoration
TextDecoration
TextDecoration.lineThrough 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 ==