static void addTab(String title, Widget page) { tabs.value = <UTabData>[...tabs, UTabData(title: title, page: page)]; updateTabController(); }