Unverified Commit 4c7af3b1 authored by Thomas Leung's avatar Thomas Leung Committed by GitHub

Fix compile error in SliverAppBar sample code (#87872)

parent 271ed8b2
......@@ -1434,7 +1434,7 @@ class _SliverAppBarDelegate extends SliverPersistentHeaderDelegate {
/// child: Padding(
/// padding: const EdgeInsets.all(8),
/// child: OverflowBar(
/// alignment: MainAxisAlignment.spaceEvenly,
/// overflowAlignment: OverflowBarAlignment.center,
/// children: <Widget>[
/// Row(
/// mainAxisSize: MainAxisSize.min,
......
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