loaderPinwheel static method

Component loaderPinwheel({
  1. IconSize size = IconSize.md,
})

LoaderPinwheel icon

Implementation

static Component loaderPinwheel({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e5e6', size: size);