strikethrough static method

String strikethrough(
  1. dynamic value
)

Implementation

static String strikethrough (dynamic value) => '~~$value~~';