SmartLoadingWidget constructor

const SmartLoadingWidget({
  1. Key? key,
  2. SmartLoadingParams? loadingParams,
})

Creates a loading dialog with optional custom styling.

The loadingParams parameter controls:

Implementation

const SmartLoadingWidget({super.key, this.loadingParams});