strikethrough static method

Component strikethrough({
  1. IconSize size = IconSize.md,
})

Strikethrough icon

Implementation

static Component strikethrough({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e177', size: size);