attachment static method

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

Alias for paperclip - semantic name for common use case

Implementation

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