grape static method

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

Grape icon

Implementation

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