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