UILoadingThemeData.config constructor
const
UILoadingThemeData.config({})
Implementation
const UILoadingThemeData.config({
this.size = 24,
this.strokeWidth = 4,
this.backgroundColor = Colors.grey,
this.foregroundColor = Colors.white70,
this.primary = Colors.blue,
});