smartphone static method

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

Smartphone icon

Implementation

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