Unverified Commit 5819aef4 authored by Juyeong Lee's avatar Juyeong Lee Committed by GitHub

Update FlexibleSpaceBar dartpad sample (#70382)

parent 535a4ac3
......@@ -72,7 +72,7 @@ enum StretchMode {
/// Widget build(BuildContext context) {
/// return Scaffold(
/// body: CustomScrollView(
/// physics: const BouncingScrollPhysics(),
/// physics: const BouncingScrollPhysics(parent: AlwaysScrollableScrollPhysics()),
/// slivers: <Widget>[
/// SliverAppBar(
/// stretch: true,
......
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