{"id":2314,"date":"2021-07-16T12:40:24","date_gmt":"2021-07-16T12:40:24","guid":{"rendered":"https:\/\/www.bearloga.space\/?page_id=2314"},"modified":"2021-07-16T12:40:25","modified_gmt":"2021-07-16T12:40:25","slug":"flutter-drawer-gamburger-menyu","status":"publish","type":"page","link":"https:\/\/www.bearloga.space\/en\/flutter-drawer-gamburger-menyu\/","title":{"rendered":"Flutter Drawer \u2014 \u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440-\u043c\u0435\u043d\u044e"},"content":{"rendered":"\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/flutter-drawer-min-1-1200x750.jpg\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u042d\u0442\u043e \u0441\u0442\u0430\u0442\u044c\u044f \u043e \u043c\u0435\u043d\u044e Flutter Drawer (\u0431\u043e\u043a\u043e\u0432\u043e\u043c \u043c\u0435\u043d\u044e), \u043a\u0430\u043a \u0435\u0433\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0432\u0430\u0448 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0436\u0435\u0442\u0430.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442&nbsp;<code>Flutter Project<\/code>&nbsp;\u0432&nbsp;<a href=\"https:\/\/developer.android.com\/studio\" target=\"_blank\" rel=\"noopener\">Android Studio<\/a>&nbsp;\u0438\u043b\u0438 \u0432 \u0440\u0435\u0434\u0430\u043a\u0442\u043e\u0440\u0435 \u043a\u043e\u0442\u043e\u0440\u044b\u043c, \u0432\u044b \u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0435\u0441\u044c.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u043e\u0435 \u043c\u0435\u043d\u044e, \u0432\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0432\u043e\u0439 \u043a\u043e\u0434 \u0432\u0441\u0435\u0433\u043e \u043b\u0438\u0448\u044c \u043e\u0434\u043d\u0443 \u0441\u0442\u0440\u043e\u043a\u0443:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drawer: Drawer(),<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u043b\u043d\u044b\u0439 \u043a\u043e\u0434 \u0432\u044b\u0433\u043b\u044f\u0434\u0438\u0442 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u043c \u043e\u0431\u0440\u0430\u0437\u043e\u043c:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import 'package:flutter\/material.dart';\n\nvoid main() {\n  runApp(\n    MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          centerTitle: true,\n          title: Text('\u041c\u0435\u043d\u044e-\u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440'),\n          backgroundColor: Colors.green&#91;600],\n        ),\n        body: App(),\n        drawer: Drawer(), \/\/ &lt;- \u0441\u044e\u0434\u0430 \u043d\u0430\u0434\u043e \u0431\u0443\u0434\u0435\u0442 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043f\u0440\u0438\u043c\u0435\u0440\u044b \u0438\u0437 \u0441\u0442\u0430\u0442\u044c\u0438\n      ),\n    ),\n  );\n}\n\nclass App extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container();\n  }\n}<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawer-flutter-gamburger-menyu.png\" alt=\"Drawer, \u043c\u0435\u043d\u044e-\u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440\" class=\"wp-image-79\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u043a\u043b\u0438\u043a\u0430\u0442\u044c, \u043e\u043d\u043e \u0440\u0430\u0441\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f \u0438 \u0437\u0430\u043a\u0440\u044b\u0432\u0430\u0435\u0442\u0441\u044f. \u0421\u043e\u0433\u043b\u0430\u0441\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u044d\u0442\u043e \u0447\u0443\u0434\u0435\u0441\u043d\u043e, \u0447\u0442\u043e \u043d\u0435\u0442 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043f\u0438\u0441\u0430\u0442\u044c \u043c\u043d\u043e\u0433\u043e \u043a\u043e\u0434\u0430, \u0430 \u043c\u044b \u0443\u0436\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043d\u0443\u0436\u043d\u044b\u0439 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0414\u0430\u043b\u044c\u0448\u0435 \u043c\u044b \u0441\u043e\u0432\u0441\u0435\u043c \u0431\u044b\u0441\u0442\u0440\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0432 \u043e\u0442\u043a\u0440\u044b\u0432\u0430\u044e\u0449\u0435\u0435\u0441\u044f \u043c\u0435\u043d\u044e \u0441\u043f\u0438\u0441\u043e\u043a \u0441 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0439.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drawer: Drawer(\n  child: \n),<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u041c\u044b \u043c\u043e\u0436\u0435\u043c \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u043b\u044e\u0431\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432 \u043c\u0435\u043d\u044e, \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u044f\u044f \u0441\u043f\u0438\u0441\u043e\u043a:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drawer: Drawer(\n          child: ListView(\n            children: &lt;Widget&gt;&#91;\n              ListTile(\n                title: Text(\"\u041c\u0435\u043d\u044e 1\"),\n                trailing: Icon(Icons.arrow_back),\n              ),\n              ListTile(\n                title: Text(\"\u041c\u0435\u043d\u044e 2\"),\n                trailing: Icon(Icons.arrow_downward),\n              ),\n            ],\n          ),\n      ),<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u043f\u0435\u0440\u044c \u043f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043a\u0430\u043a \u043f\u0440\u043e\u0441\u0442\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0432\u0430\u0448\u0435 \u043c\u0435\u043d\u044e \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a. \u041c\u044b \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u043e\u0437\u0434\u0430\u0435\u043c&nbsp;<code>DrawerHeader<\/code>&nbsp;\u0438 \u0441\u043e\u0437\u0434\u0430\u0435\u043c \u0432\u0438\u0434\u0436\u0435\u0442&nbsp;<code>Text<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drawer: Drawer(\n          child: new DrawerHeader(\n            child: new Text(\"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043c\u0435\u043d\u044e\"),\n            decoration: BoxDecoration (\n                color: Colors.green),)\n      ),<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawerheader-flutter.png\" alt=\"DrawerHeader flutter\" class=\"wp-image-85\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u0412 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u043d\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442 \u0432\u0441\u0435 100% \u044d\u043a\u0440\u0430\u043d\u0430. \u042d\u0442\u043e \u0432\u0441\u0435 \u0438\u0437 \u0437\u0430 \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0443 \u043d\u0430\u0441 \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u0434\u043e\u0447\u0435\u0440\u043d\u0438\u0445 \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432. \u0414\u043b\u044f \u0442\u043e\u0433\u043e \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0432\u0432\u0435\u0440\u0445, \u043d\u0430\u043c \u043d\u0430\u0434\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0438\u0434\u0436\u0435\u0442\u044b, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0433\u0443\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0432\u0438\u0434\u0436\u0435\u0442\u043e\u0432 (\u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440&nbsp;<code>children:<\/code>), \u0442\u0430\u043a\u0438\u0435 \u043a\u0430\u043a&nbsp;<code>Column<\/code>&nbsp;\u0438\u043b\u0438&nbsp;<code>ListView<\/code>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u0414\u0430\u0432\u0430\u0439\u0442\u0435 \u0432 \u044d\u0442\u043e\u043c \u043f\u0440\u0438\u043c\u0435\u0440\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c&nbsp;<code>ListView<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>drawer: new Drawer(\n  child: new ListView(\n    children: &lt;Widget&gt;&#91;\n      new DrawerHeader(\n        child: new Text(\"\u0417\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u043c\u0435\u043d\u044e\"),\n        decoration: new BoxDecoration(\n            color: Colors.green\n        ),\n      )\n    ],\n  )\n),<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawerheader-step-2.png\" alt=\"\" class=\"wp-image-86\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u043f\u0435\u0440\u044c \u044d\u0442\u043e \u0441\u0442\u0430\u043b\u043e \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u043a \u043a\u043e\u0442\u043e\u0440\u044b\u043c \u043c\u044b \u043f\u0440\u0438\u0432\u044b\u043a\u043b\u0438. \u0411\u0443\u0434\u044c \u0442\u043e \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442 Google \u0438\u043b\u0438 Telegram \u0438\u043b\u0438 \u043b\u044e\u0431\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u0440\u0438\u0432\u0435\u0434\u0435\u043c \u043f\u043e\u043b\u043d\u044b\u0439 \u043a\u043e\u0434, \u0434\u043b\u044f \u0442\u043e\u0433\u043e \u0447\u0442\u043e\u0431\u044b \u0432\u044b \u043c\u043e\u0433\u043b\u0438 \u0435\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u0432\u0441\u0442\u0430\u0432\u0438\u0442\u044c:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import 'package:flutter\/material.dart';\n\nvoid main() {\n  runApp(\n    MaterialApp(\n      home: Scaffold(\n        appBar: AppBar(\n          centerTitle: true,\n          title: Text('\u041c\u0435\u043d\u044e-\u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440'),\n          backgroundColor: Colors.green&#91;600],\n        ),\n        body: App(),\n        drawer: Drawer(\n          child: new ListView(\n            children: &lt;Widget&gt;&#91;\n              new DrawerHeader (\n                child: new Text(\"\u0412\u0430\u0448 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0432\u0432\u0435\u0440\u0445\u0443\"),\n                decoration: BoxDecoration (\n                color: Colors.green),\n        )],\n      ),\n    ),\n  )));\n}\n\nclass App extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container();\n  }\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u0414\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043f\u0438\u0441\u043a\u0430 \u0432 \u043c\u0435\u043d\u044e&nbsp;<a href=\"https:\/\/dartflutter.ru\/flutter-drawer-gamburger-menu\/#\" target=\"_blank\" rel=\"noopener\">#<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u043f\u0435\u0440\u044c \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0432 \u043d\u0430\u0448\u0435 \u043c\u0435\u043d\u044e \u043d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043f\u0438\u0441\u043e\u043a \u0441 \u043c\u0435\u043d\u044e. \u0421\u043f\u0438\u0441\u043e\u043a \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e&nbsp;<code>ListTile<\/code>. \u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0438\u0442\u0435 \u043a\u0430\u043a \u044d\u0442\u043e \u043a\u0440\u0430\u0441\u0438\u0432\u043e \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f. \u0421\u043e\u0431\u044b\u0442\u0438\u0435&nbsp;<code>onTap<\/code>&nbsp;\u043f\u043e\u043a\u0430 \u043e\u0431\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u043d\u0435 \u0431\u0443\u0434\u0435\u043c, \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0438\u043c \u0435\u0433\u043e \u0432 \u0434\u0440\u0443\u0433\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0435.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>        drawer: Drawer(\n          child: new ListView(\n            children: &lt;Widget&gt;&#91;\n              new DrawerHeader (\n                child: new Text(\"\u0412\u0430\u0448 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043e\u043a \u0432\u0432\u0435\u0440\u0445\u0443\"),\n                decoration: BoxDecoration (\n                color: Colors.green),\n        ),\n            new ListTile(\n              title: new Text(\"\u041e \u0441\u0435\u0431\u0435\"),\n              onTap: (){}\n            ), \n            new ListTile(\n                title: new Text(\"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\"),\n                onTap: (){}\n              )\n            ],\n      ),\n    ),<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawer-menu-listtile.png\" alt=\"Drawer LisrTile Flutter\" class=\"wp-image-88\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u043f\u0435\u0440\u044c \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u0441\u0435\u0431\u0435. \u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e, \u0435\u0441\u043b\u0438 \u0432\u044b \u0437\u0430\u0434\u0430\u0432\u0430\u043b\u0438 \u0442\u0435\u043c\u0443 \u0434\u043b\u044f \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0446\u0432\u0435\u0442&nbsp;<code>UserAccountsDrawerHeader&nbsp;<\/code>\u0431\u0443\u0434\u0435\u0442 \u0441\u0432\u0435\u0442\u043b\u043e-\u0433\u043e\u043b\u0443\u0431\u044b\u043c. \u041c\u044b \u0441\u0440\u0430\u0437\u0443 \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0446\u0432\u0435\u0442 \u043d\u0430 green.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> new DrawerHeader(\n              child: UserAccountsDrawerHeader (\n                decoration: BoxDecoration(\n                color: Colors.green,),\n                accountName: Text('\u041c\u0438\u0441\u0442\u0435\u0440 \u0422\u0432\u0438\u0441\u0442\u0435\u0440'),\n                accountEmail: Text(\"home@dartflutter.ru\"),\n ),)<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawerheader-useraccountsdrawerheader.png\" alt=\"\" class=\"wp-image-89\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">\u041a\u0430\u043a \u0432\u0438\u0434\u0438\u043c \u0443 \u043d\u0430\u0441 \u043f\u043e\u0441\u043b\u0435 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0446\u0432\u0435\u0442\u0430 \u043f\u043e\u044f\u0432\u0438\u043b\u0441\u044f \u043e\u0442\u0441\u0442\u0443\u043f. \u0414\u043b\u044f \u0442\u043e\u0433\u043e \u0447\u0442\u043e\u0431\u044b \u0435\u0433\u043e \u0443\u0431\u0440\u0430\u0442\u044c \u043d\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0437\u0430\u0434\u0430\u0442\u044c \u0432 \u0432\u0438\u0434\u0436\u0435\u0442\u0435 Drawer \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">margin: EdgeInsets.<em>zero<\/em>,\npadding: EdgeInsets.<em>zero<\/em>,<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u041f\u0440\u0438\u0432\u0435\u0434\u0435\u043c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043a\u043e\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u0430<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import 'package:flutter\/material.dart';\nvoid main() {\n  runApp(\n    MaterialApp(\n     home: Scaffold(\n        appBar: AppBar(\n          centerTitle: true,\n          title: Text('\u041c\u0435\u043d\u044e-\u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440'),\n          backgroundColor: Colors.green&#91;600],\n        ),\n        body: App(),\n        drawer: Drawer(\n          child: new ListView(\n            children: &lt;Widget&gt;&#91;\n              new DrawerHeader(\n                margin: EdgeInsets.zero,\n                padding: EdgeInsets.zero,\n                child: UserAccountsDrawerHeader (\n                  decoration: BoxDecoration(color: Colors.green),\n                  accountName: Text('\u041c\u0438\u0441\u0442\u0435\u0440 \u0422\u0432\u0438\u0441\u0442\u0435\u0440'),\n                  accountEmail: Text(\"home@dartflutter.ru\"),\n ),\n ),\n            new ListTile(\n              title: new Text(\"\u041e \u0441\u0435\u0431\u0435\"),\n              onTap: (){}\n            ),\n            new ListTile(\n                title: new Text(\"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\"),\n                onTap: (){}\n              )\n            ],\n      ),\n    ),\n  )));\n}\nclass App extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container();\n  }\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0422\u0435\u043f\u0435\u0440\u044c \u0434\u0430\u0432\u0430\u0439\u0442\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0437\u043d\u0430\u0447\u043a\u0438 \u0441\u043b\u0435\u0432\u0430 \u043e\u0442 \u043f\u0443\u043d\u043a\u0442\u043e\u0432 \u043c\u0435\u043d\u044e (\u0434\u043e\u0431\u0430\u0432\u0438\u043c \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435&nbsp;<code>leading<\/code>&nbsp;\u0434\u043b\u044f \u043a\u0430\u0436\u0434\u043e\u0433\u043e&nbsp;<code>ListTile<\/code>&nbsp;:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>new ListTile(\n              title: new Text(\"\u041e \u0441\u0435\u0431\u0435\"),\n                leading: Icon(Icons.account_box),\n              onTap: (){}\n            ),\n            new ListTile(\n                title: new Text(\"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\"),\n                leading: Icon(Icons.settings),\n                onTap: (){}\n              )<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawer-flutter-listtile-leading.png\" alt=\"\" class=\"wp-image-91\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c \u0430\u0432\u0430\u0442\u0430\u0440\u043a\u0443 \u0432\u043e Flutter Drawer&nbsp;<a href=\"https:\/\/dartflutter.ru\/flutter-drawer-gamburger-menu\/#\" target=\"_blank\" rel=\"noopener\">#<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u0418\u0442\u0430\u043a, \u0434\u0430\u043d\u043d\u043e\u0435 \u043c\u0435\u043d\u044e, \u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0441\u044f \u043f\u043e\u0445\u043e\u0436\u0435 \u043d\u0430 \u043d\u0430\u0441\u0442\u043e\u044f\u0449\u0435\u0435. \u041a\u0430\u0436\u0435\u0442\u0441\u044f \u043d\u0435 \u0445\u0432\u0430\u0442\u0430\u0435\u0442 \u043c\u0435\u0441\u0442\u0430 \u0434\u043b\u044f \u0430\u0432\u0430\u0442\u0430\u0440\u043a\u0438. \u041c\u044b \u043d\u0435 \u0431\u0443\u0434\u0435\u043c \u0432\u0430\u0441 \u0441\u043c\u0443\u0449\u0430\u0442\u044c \u0441\u0432\u043e\u0438\u043c \u0444\u043e\u0442\u043e, \u043f\u0440\u043e\u0441\u0442\u043e \u0437\u0430\u043a\u0440\u0430\u0441\u0438\u043c \u043c\u0435\u0441\u0442\u043e \u043f\u043e\u0434 \u0430\u0432\u0430\u0442\u0430\u0440\u043a\u0443 \u043a\u0440\u0430\u0441\u043d\u044b\u043c \u0446\u0432\u0435\u0442\u043e\u043c. \u041d\u0430 \u043f\u0440\u043e\u0441\u0442\u043e\u0440\u0430\u0445 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u0430 \u0432\u044b \u043d\u0430\u0439\u0434\u0435\u0442\u0435 \u043c\u043d\u043e\u0433\u043e \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u043e\u0432 \u0441 \u043a\u0440\u0443\u0433\u043b\u043e\u0439 \u0430\u0432\u0430\u0442\u0430\u0440\u043a\u043e\u0439, \u043c\u044b \u0436\u0435 \u0432\u0430\u043c \u043f\u043e\u043a\u0430\u0436\u0435\u043c \u043a\u0430\u043a \u0441\u0434\u0435\u043b\u0430\u0442\u044c \u043a\u0432\u0430\u0434\u0440\u0430\u0442\u043d\u0443\u044e.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>currentAccountPicture: Container(\n                    decoration: BoxDecoration(\n                      shape: BoxShape.rectangle,\n                      color: Colors.red,\n                    )\n                  ),<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u0412 \u0432\u0438\u0434\u0436\u0435\u0442\u0435&nbsp;<code class=\"\">UserAccountsDrawerHeader<\/code>&nbsp;\u043c\u044b \u0434\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u043c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u043e&nbsp;<code class=\"\">currentAccountPicture<\/code>, \u0437\u0430\u0442\u0435\u043c \u0441\u043e\u0437\u0434\u0430\u0435\u043c \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0438 \u0441\u0442\u0440\u043e\u043a\u043e\u0439 shape: BoxShape.rectangle \u043c\u044b \u0438\u0437\u043c\u0435\u043d\u044f\u0435\u043c \u043c\u0435\u0441\u0442\u043e \u043f\u043e\u0434 \u0444\u043e\u0442\u043e \u0441\u043e \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043d\u043e\u0433\u043e \u043a\u0440\u0443\u0433\u0430 \u043d\u0430 \u043f\u0440\u044f\u043c\u043e\u0443\u0433\u043e\u043b\u044c\u043d\u0438\u043a.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/dartflutter.ru\/wp-content\/uploads\/2019\/12\/drawer-currentaccountpicture-rectangle.png\" alt=\"Drawer UserAccountsDrawerHeader\" class=\"wp-image-94\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">C\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u043d\u0430 \u044d\u0442\u043e\u043c \u043d\u0430 \u0441\u0435\u0433\u043e\u0434\u043d\u044f \u043e\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u043c\u0441\u044f. \u041f\u0440\u0438\u0432\u0435\u0434\u0443 \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0432\u0448\u0438\u0439\u0441\u044f \u043a\u043e\u0434:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import 'package:flutter\/material.dart';\n\nvoid main() {\n  runApp(\n    MaterialApp(\n      home: Scaffold(\n       appBar: AppBar(\n          centerTitle: true,\n          title: Text('\u041c\u0435\u043d\u044e-\u0433\u0430\u043c\u0431\u0443\u0440\u0433\u0435\u0440'),\n          backgroundColor: Colors.green&#91;600],\n        ),\n        body: App(),\n        drawer: Drawer(\n          child: new ListView(\n            children: &lt;Widget&gt;&#91;\n              new DrawerHeader(\n                margin: EdgeInsets.zero,\n                padding: EdgeInsets.zero,\n                child: UserAccountsDrawerHeader (\n                  decoration: BoxDecoration(color: Colors.green),\n                  accountName: Text('\u041c\u0438\u0441\u0442\u0435\u0440 \u0422\u0432\u0438\u0441\u0442\u0435\u0440'),\n                  accountEmail: Text(\"home@dartflutter.ru\"),\n                  currentAccountPicture: Container(\n                    decoration: BoxDecoration(\n                      shape: BoxShape.rectangle,\n                      color: Colors.red,\n                    )\n                  ),\n              ),\n                ),\n            new ListTile(\n              title: new Text(\"\u041e \u0441\u0435\u0431\u0435\"),\n                leading: Icon(Icons.account_box),\n              onTap: (){}\n            ),\n            new ListTile(\n                title: new Text(\"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438\"),\n                leading: Icon(Icons.settings),\n                onTap: (){}\n              )\n            ],\n      ),\n    ),\n  )));\n}\nclass App extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container();\n  }\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u042d\u0442\u043e \u0441\u0442\u0430\u0442\u044c\u044f \u043e \u043c\u0435\u043d\u044e Flutter Drawer (\u0431\u043e\u043a\u043e\u0432\u043e\u043c \u043c\u0435\u043d\u044e), \u043a\u0430\u043a \u0435\u0433\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0432\u0430\u0448 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u044b\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u0430\u043d\u043d\u043e\u0433\u043e \u0432\u0438\u0434\u0436\u0435\u0442\u0430. \u0421\u043e\u0437\u0434\u0430\u0439\u0442\u0435 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[87],"tags":[],"class_list":["post-2314","page","type-page","status-publish","hentry","category-flutter"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/2314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/comments?post=2314"}],"version-history":[{"count":0,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/pages\/2314\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/media?parent=2314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/categories?post=2314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bearloga.space\/en\/wp-json\/wp\/v2\/tags?post=2314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}