Commit 8717a5e6 authored by Victor Choueiri's avatar Victor Choueiri Committed by Michael Goderbauer

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

parent 1f5fcb74
...@@ -834,7 +834,7 @@ class Scaffold extends StatefulWidget { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment