Fix Material3 TabBarTheme.dividerColor not working#119690
Fix Material3 TabBarTheme.dividerColor not working#119690auto-submit[bot] merged 9 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Thanks for the contribution. Can you please add a test? |
I have added test. What finally changes is the parameter of _IndicatorPainter, I don't know if casting it to dynamic type is the right way. |
|
auto label is removed for flutter/flutter, pr: 119690, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
|
auto label is removed for flutter/flutter, pr: 119690, due to Validations Fail. |
Getting TabBarTheme.dividerColor to work when using Material3.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on [Discord].