loaderPinwheel static method

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

LoaderPinwheel icon

Implementation

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