tabletSmartphone static method

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

TabletSmartphone icon

Implementation

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