DrivenSpinnerThemeData constructor
const
DrivenSpinnerThemeData({})
Creates a theme data that can be used for DrivenSpinnerTheme.
Implementation
const DrivenSpinnerThemeData({
this.size,
this.color,
this.backgroundColor,
this.width = 4,
this.offset = 0,
this.rounded = true,
});