SmartLoadingWidget constructor
const
SmartLoadingWidget({
- Key? key,
- SmartLoadingParams? loadingParams,
Creates a loading dialog with optional custom styling.
The loadingParams parameter controls:
- Background color via SmartLoadingParams.backgroundColor
- Custom icon via SmartLoadingParams.icon
Implementation
const SmartLoadingWidget({super.key, this.loadingParams});