We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcc260 commit 0df530cCopy full SHA for 0df530c
using_tabs/lib/main.dart
@@ -22,7 +22,7 @@ class MyHomeState extends State<MyHome> with SingleTickerProviderStateMixin {
22
*-------------------- Setup Tabs ------------------*
23
*/
24
// Create a tab controller
25
- TabController controller;
+late TabController controller;
26
27
@override
28
void initState() {
0 commit comments