down static method

Widget down({
  1. IconSize size = IconSize.md,
})

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

Implementation

static Widget down({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e042', size: size);