Это мой код:
Код: Выделить всё
@override
Widget build(BuildContext context) {
return MaterialApp(
home: Scaffold(
drawer: Drawer(
child: Container()
),
body: Container()
),
);
}
Подробнее здесь: https://stackoverflow.com/questions/550 ... n-scaffold