loaderPinwheel static method

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

LoaderPinwheel icon

Implementation

static Component loaderPinwheel({IconSize size = IconSize.md}) =>
    lucide.LoaderPinwheel(width: size.unit, height: size.unit);