FButtonSpinner constructor
const
FButtonSpinner({
- FButtonSpinnerStyle? style,
- Key? key,
Creates a button spinner.
Implementation
const FButtonSpinner({
this.style,
super.key,
});