LoadingModalOptions constructor
Constructs a LoadingModalOptions
object with the given configuration.
Implementation
const LoadingModalOptions({
required this.isVisible,
this.backgroundColor = const Color.fromRGBO(0, 0, 0, 0.5),
this.displayColor = Colors.black,
});