Update FlexibleSpaceBar dartpad sample (#70382)
This commit is contained in:
parent
535a4ac3ab
commit
5819aef435
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user