[Flutter] drawer and tab bar in same line Drawer and Tab bar in same line _scaffoldKey.currentState?.openDrawer() 로 Scaffold의 openDrawer를 호출 import "package:flutter/material.dart"; class TabBarWithDrawer extends StatefulWidget { @override _TabBarWithDrawerState createState() => new _TabBarWithDrawerState(); } class _TabBarWithDrawerState extends State { with SingleTickerProviderStateMixin, RestorationMixin { late TabController _tabContr.. 이전 1 다음