strikethrough method
Returns a copy of this style with strikethrough text enabled.
Implementation
TextComponentStyle strikethrough() =>
copyWith(styles: {...styles, FontStyle.strikethrough});
Returns a copy of this style with strikethrough text enabled.
TextComponentStyle strikethrough() =>
copyWith(styles: {...styles, FontStyle.strikethrough});