Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f129fb0a
Unverified
Commit
f129fb0a
authored
Nov 09, 2021
by
creativecreatorormaybenot
Committed by
GitHub
Nov 09, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve ProgressIndicator value range docs (#88800)
parent
09072627
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
progress_indicator.dart
packages/flutter/lib/src/material/progress_indicator.dart
+3
-2
No files found.
packages/flutter/lib/src/material/progress_indicator.dart
View file @
f129fb0a
...
...
@@ -32,8 +32,8 @@ abstract class ProgressIndicator extends StatefulWidget {
///
/// {@template flutter.material.ProgressIndicator.ProgressIndicator}
/// The [value] argument can either be null for an indeterminate
/// progress indicator, or
non-null for a determinate progress
/// indicator.
/// progress indicator, or
a non-null value between 0.0 and 1.0 for a
///
determinate progress
indicator.
///
/// ## Accessibility
///
...
...
@@ -54,6 +54,7 @@ abstract class ProgressIndicator extends StatefulWidget {
/// If non-null, the value of this progress indicator.
///
/// A value of 0.0 means no progress and 1.0 means that progress is complete.
/// The value will be clamped to be in the range 0.0-1.0.
///
/// If null, this progress indicator is indeterminate, which means the
/// indicator displays a predetermined animation that does not indicate how
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment