DefaultTabController 这种方式方便快捷,直接新建一个DefaultTabController 就可以了。 import 'package:flutter/material.dart'; void main() => runApp(MyApp()); ...
確定! 回上一頁