subTaskFraction property
final
When the active task reports intra-task progress, holds the global progress fraction (0.0–1.0). Takes precedence over completedCount / totalCount in progressPercent so the splash bar moves continuously during long-running tasks.
null at task boundaries (cleared by StartupCubit when onProgress
fires between tasks).
Implementation
final double? subTaskFraction;