Fix Scaffold.endDrawer dartDoc to mention openEndDrawer (#17719)
This commit is contained in:
parent
1f5fcb7432
commit
8717a5e6f7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user