refreshCcwDot static method

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

RefreshCcwDot icon

Implementation

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