Reference

CupertinoActivityIndicator

CupertinoActivityIndicator

CupertinoActivityIndicator control. Build it with the cupertino_activity_indicator helper.

Example

cupertino_activity_indicator(
  color: :blue_600,
  expand: true,
  width: 240,
  height: 120,
  on_animation_end: ->(event) {}
)

Properties

  • animating
  • color — Foreground color.
  • progress
  • radius

Plus the common layout and animation properties shared by most controls (expand, visible, disabled, opacity, width, height, align, tooltip, animate_*, …).

Events

  • on_animation_end — Fired when an animation completes.
  • on_size_change — Fired when the control's size changes.

Reference

  • Family: cupertinos
  • Widget type: cupertinoactivityindicator
  • Helper: cupertino_activity_indicator