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 {
/// MaterialApp(
/// home: Scaffold(
/// appBar: AppBar(
/// title: SizedBox(
/// height: toolbarHeight,
/// child: child: Image.asset(logoAsset),
/// ),
/// toolbarHeight: toolbarHeight,
/// title: SizedBox(
/// height: toolbarHeight,
/// child: Image.asset(logoAsset),
/// ),
/// 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