spin property
Start/Stop the spinning
- set
spin.value
=true
to start spinning - set
spin.value
=false
to stop spinning
Implementation
final ValueNotifier<bool>? spin;
Start/Stop the spinning
spin.value
= true
to start spinningspin.value
= false
to stop spinningfinal ValueNotifier<bool>? spin;