weightTilde static method

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

WeightTilde icon

Implementation

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