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