vote static method

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

Vote icon

Implementation

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