chevronUp static method

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

ChevronUp icon

Implementation

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