arrowRight static method

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

ArrowRight icon

Implementation

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