Closed slabo closed 6 years ago
Example using_tabs, line 33 of main.dart length should be 3 instead of 2
controller = new TabController(length: 3, vsync: this);
Good catch. Fixed now.
Example using_tabs, line 33 of main.dart length should be 3 instead of 2
controller = new TabController(length: 3, vsync: this);