Unverified Commit 7c78a057 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Fixed typos in AppBar.toolbarHeight API doc sample (#80316)

parent 7d5f3928
...@@ -288,11 +288,12 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget { ...@@ -288,11 +288,12 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
/// MaterialApp( /// MaterialApp(
/// home: Scaffold( /// home: Scaffold(
/// appBar: AppBar( /// appBar: AppBar(
/// title: SizedBox( /// title: SizedBox(
/// height: toolbarHeight, /// height: toolbarHeight,
/// child: child: Image.asset(logoAsset), /// child: Image.asset(logoAsset),
/// ), /// ),
/// toolbarHeight: toolbarHeight, /// toolbarHeight: toolbarHeight,
/// ),
/// ), /// ),
/// ) /// )
/// ``` /// ```
......
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