strikethrough static method

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

Strikethrough icon

Implementation

static Component strikethrough({IconSize size = IconSize.md}) =>
    lucide.Strikethrough(width: size.unit, height: size.unit);