candyCane static method

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

CandyCane icon

Implementation

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