Improve scroll persistence on editorial screen
This commit is contained in:
parent
c6eec34922
commit
b90108fa92
@ -107,6 +107,7 @@ class _WonderEditorialScreenState extends State<WonderEditorialScreen> {
|
|||||||
primary: false,
|
primary: false,
|
||||||
controller: _scroller,
|
controller: _scroller,
|
||||||
scrollBehavior: ScrollConfiguration.of(context).copyWith(),
|
scrollBehavior: ScrollConfiguration.of(context).copyWith(),
|
||||||
|
key: PageStorageKey('editorial'),
|
||||||
slivers: [
|
slivers: [
|
||||||
/// Invisible padding at the top of the list, so the illustration shows through the btm
|
/// Invisible padding at the top of the list, so the illustration shows through the btm
|
||||||
SliverToBoxAdapter(
|
SliverToBoxAdapter(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user