chore: drop disclosure image

This commit is contained in:
Rongjian Zhang 2020-01-30 18:46:36 +08:00
parent b032ab3d8a
commit 5d2745cd00
2 changed files with 0 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

View File

@ -121,13 +121,6 @@ class _LongListStatefulScaffoldState<T, K>
payload.trailingItems.length;
return Container(
padding: CommonStyle.padding,
decoration: BoxDecoration(
image: DecorationImage(
image: ExactAssetImage('images/progressive-disclosure-line.png',
scale: 2),
repeat: ImageRepeat.repeatX,
),
),
child: Center(
child: Link(
onTap: _loadMore,