Fix Scaffold.endDrawer dartDoc to mention openEndDrawer (#17719)

This commit is contained in:
Victor Choueiri 2018-05-19 03:19:35 +03:00 committed by Michael Goderbauer
parent 1f5fcb7432
commit 8717a5e6f7

View File

@ -834,7 +834,7 @@ class Scaffold extends StatefulWidget {
/// left-to-right ([TextDirection.rtl]) /// left-to-right ([TextDirection.rtl])
/// ///
/// In the uncommon case that you wish to open the drawer manually, use the /// In the uncommon case that you wish to open the drawer manually, use the
/// [ScaffoldState.openDrawer] function. /// [ScaffoldState.openEndDrawer] function.
/// ///
/// Typically a [Drawer]. /// Typically a [Drawer].
final Widget endDrawer; final Widget endDrawer;