Update FlexibleSpaceBar dartpad sample (#70382)

This commit is contained in:
Juyeong Lee 2020-11-20 09:43:04 +09:00 committed by GitHub
parent 535a4ac3ab
commit 5819aef435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,