strikeThrough function

String strikeThrough(
  1. Object object
)

Implementation

String strikeThrough(final Object object) => const _Style(9, 29).apply(object);