modal_progress_indicator 1.0.3 copy "modal_progress_indicator: ^1.0.3" to clipboard
modal_progress_indicator: ^1.0.3 copied to clipboard

Configurable modal progress indicator that blocks access to a wrapped widget and its subtree.

Modal Progress Indicator #

Pub style: very good analysis License: MIT

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
32
likes
160
points
74
downloads

Publisher

verified publisherdowhile.space

Weekly Downloads

2024.09.23 - 2025.04.07

Configurable modal progress indicator that blocks access to a wrapped widget and its subtree.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modal_progress_indicator