LoaderPinwheel constructor
LoaderPinwheel({})
Implementation
LoaderPinwheel({
this.width = const dom.Unit.pixels(24),
this.height = const dom.Unit.pixels(24),
this.viewBox = '0 0 24 24',
this.attributes,
this.id,
this.classes,
this.styles,
this.events,
super.key,
});