withColor method

FlutstrapSpinner withColor(
  1. Color newColor
)

Creates a spinner with custom color

Implementation

FlutstrapSpinner withColor(Color newColor) => copyWith(color: newColor);