TLoadingIcon constructor
const
TLoadingIcon({
- Key? key,
- TLoadingType type = TLoadingType.oval,
- Color? color,
- double size = 25.0,
- Color? background,
Implementation
const TLoadingIcon({
super.key,
this.type = TLoadingType.oval,
this.color,
this.size = 25.0,
this.background,
});