DrivenSpinner constructor
const
DrivenSpinner({})
Creates a DrivenSpinner
.
Implementation
const DrivenSpinner({
super.key,
this.size,
this.color,
this.backgroundColor,
this.width,
this.offset,
this.rounded,
}) : super(null);