next static method

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

Alias for chevron-right - semantic name for common use case

Implementation

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