chevronLast static method

Component chevronLast({
  1. IconSize size = IconSize.md,
})

ChevronLast icon

Implementation

static Component chevronLast({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e244', size: size);