determinate property

bool determinate
final

Whether the progress is determinate (fixed value) or indeterminate (animated)

  • true: Shows specific progress value from progress parameter
  • false: Shows continuous indeterminate animation

Implementation

final bool determinate;