up static method

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

Alias for arrow-up - semantic name for common use case

Implementation

static Component up({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e04a', size: size);