Unverified Commit 2122fe1f authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Typo (#63692)

parent d1eff0b4
...@@ -215,7 +215,7 @@ typedef DrawerCallback = void Function(bool isOpened); ...@@ -215,7 +215,7 @@ typedef DrawerCallback = void Function(bool isOpened);
/// Rarely used directly. Drawer controllers are typically created automatically /// Rarely used directly. Drawer controllers are typically created automatically
/// by [Scaffold] widgets. /// by [Scaffold] widgets.
/// ///
/// The draw controller provides the ability to open and close a drawer, either /// The drawer controller provides the ability to open and close a drawer, either
/// via an animation or via user interaction. When closed, the drawer collapses /// via an animation or via user interaction. When closed, the drawer collapses
/// to a translucent gesture detector that can be used to listen for edge /// to a translucent gesture detector that can be used to listen for edge
/// swipes. /// swipes.
...@@ -601,6 +601,7 @@ class DrawerControllerState extends State<DrawerController> with SingleTickerPro ...@@ -601,6 +601,7 @@ class DrawerControllerState extends State<DrawerController> with SingleTickerPro
); );
} }
} }
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
assert(debugCheckHasMaterialLocalizations(context)); assert(debugCheckHasMaterialLocalizations(context));
......
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