-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Updated ProgressIndicator to M3
#112139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated ProgressIndicator to M3
#112139
Conversation
ProgressIndicator to M3
8a550d3 to
daf91bd
Compare
HansMuller
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
|
||
| if (Theme.of(context).useMaterial3) { | ||
| progressIndicator = SizedBox( | ||
| height: _CircularProgressIndicatorDefaultsM3.circularProgressIndicatorSize, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes it impossible to make the circular indicator larger than this size!
|
@QuncCccccc I am not able to make |
Part of: #91605
Updated the
CircularProgressIndicatorwidget andLinearProgressIndicatorwidget with support for Material Design 3.In order to use the
ProgressIndicatorwith the new Material 3 defaults, turn on theuseMaterial3flag in theThemeData:Fixes #111449
Pre-launch Checklist
///).