TCircularLoader constructor
Default constructor for the TCircularLoader.
Parameters:
- foregroundColor: The color of the circular loader.
- backgroundColor: The background color of the circular loader.
Implementation
const TCircularLoader({
super.key,
this.foregroundColor,
this.backgroundColor,
});