modal_progress_indicator

Creator: coderz1093

Last updated:

Add to Cart

Description:

modal progress indicator

Modal Progress Indicator #





Configurable modal progress indicator that blocks access to a wrapped widget and its subtree.
Usage #
Example of using ModalProgressIndicator:
ModalProgressIndicator(
visible: true,
indicator: CircularProgressIndicator(),
options: BackgroundOptions(
color: Colors.black,
opacity: 0.5,
blurEffect: BlurEffect(
sigmaX: 1.5,
sigmaY: 1.5,
),
),
child: child,
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.