call static method

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

Alias for phone - semantic name for common use case

Implementation

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