SpinnerTheme constructor

const SpinnerTheme({
  1. Color? color,
  2. double? size,
})

Implementation

const SpinnerTheme({this.color, this.size});