PlatformSegmentedControll
Are there any plans for a PlatformSegmentedControl widget? Would you accept a PR?
Sorry for not getting back. It might be possible if it is agreed on what the Material widget will be. I have done something similar in a personal project that uses material TabBarView and cupertino using CupertinoSlidingSegmentedControl with IndexedStack.
Would be good to see if there is interest in creating a single Platform version using these widgets or does it become too opinionated as to what widgets are to be used?
Any updates on this topic?
The issue is what a material segmented control actually is, looks like and behaves. If you want to create one, just make your own widget using PlatformWidget and create a material version yourself.