Viren Khatri
Viren Khatri
## Description While working on solving the issue, I realized this could be a great package. And that is exactly what I have done. Introducing: [`issue`](https://pub.dev/packages/issue). This is in a...
Brings `MaterialStateColor` support to `TabBar.labelColor` and document why `TabBar.labelStyle.color` and `TabBarTheme.labelStyle.color` cannot influence tab's label color. ### Previous Aim: Enables `TabBar.labelStyle.color` (and `TabBar.unselectedLabelStyle.color`) to influence the color of the tab's...
design doc: https://docs.flutter.dev/go/permissible-slider-interaction closes #113370 open questions: - [ ] Any semantic config change needed? Now that `SliderInteraction.none` is handled differently than `onChanged` being null. - [ ] Should `Slider.allowedInteraction`...
the documentation in question: https://github.com/flutter/flutter/blob/7c356d047d081a98b1032285c53cd93d3844363e/packages/flutter/lib/src/material/app_bar.dart#L135-L142 series of events: 1. [07/2021] an [issue](https://github.com/flutter/flutter/issues/84642) was identified in `AppBar` and `TextButton` and a troubleshooting section was added to the docs ([PR](https://github.com/flutter/flutter/pull/86188)) explaining the...