starHalf static method

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

StarHalf icon

Implementation

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