SpinWidget constructor
const
SpinWidget({
- Key? key,
- required Widget child,
- int minSyncSpinningSeconds = 0,
- ValueNotifier<
bool> ? spin,
Implementation
const SpinWidget({
Key? key,
required this.child,
this.minSyncSpinningSeconds = 0,
this.spin,
}) : super(key: key);