withColor method
Creates a spinner with custom color
Implementation
FlutstrapSpinner withColor(Color newColor) => copyWith(color: newColor);
Creates a spinner with custom color
FlutstrapSpinner withColor(Color newColor) => copyWith(color: newColor);