endDrawer property

Widget? endDrawer
final

The end drawer of this Scaffold, it will also be passed to origin Scaffold.

Note that if the drawer is opened by drag gesture, Scaffold.of for drawer's context will not work and will throw exception. If the drawer is opened by AppBar's drawer button, both Scaffold.of and DrawerScaffold.of work.

Implementation

final Widget? endDrawer;