menu
az_ui package
documentation
widgets/text.dart
AzText
decorationLineThrough method
decorationLineThrough method
dark_mode
light_mode
decorationLineThrough
method
AzText
decorationLineThrough
(
)
Implementation
AzText decorationLineThrough() { _decoration = TextDecoration.lineThrough; return this; }
az_ui package
documentation
widgets/text
AzText
decorationLineThrough method
AzText class