arrowUpAZ static method

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

ArrowUpAZ icon

Implementation

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