remove static method

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

Alias for trash - semantic name for common use case

Implementation

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