arrowUpRight static method

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

ArrowUpRight icon

Implementation

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