bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.
https://bdlukaa.github.io/fluent_ui/
BSD 3-Clause "New" or "Revised" License
2.98k stars 465 forks source link

Question about widgets inside Tabs. #1113

Closed DitriXNew closed 2 months ago

DitriXNew commented 2 months ago

Hi, I am new to Flutter, and I'm trying to work with Tabs. I took an example and tried to add a ToggleSwitch, but I can't understand why it doesn't change its state when clicked. Could you please provide an example where we can add some widgets inside these tabs?

Thanks.