edit static method

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

Alias for pencil - semantic name for common use case

Implementation

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