strikethrough static method

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

Strikethrough icon

Implementation

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