starOff static method

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

StarOff icon

Implementation

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