By using the leading property as shown below AppBar( title: Text("AppBar"), leading: GestureDetector( onTap: () { // }, child: Icon( Icons.menu ), ), ),
確定! 回上一頁