Browse Source

pull to refresh plot

master
daivph 5 years ago
parent
commit
9014bdae06
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/presentation/screens/plot/sc_plot.dart

+ 1
- 0
lib/presentation/screens/plot/sc_plot.dart View File

Expanded( Expanded(
child: RefreshIndicator( child: RefreshIndicator(
child: ListView.builder( child: ListView.builder(
physics: AlwaysScrollableScrollPhysics(),
itemBuilder: (BuildContext context, int index) { itemBuilder: (BuildContext context, int index) {
return index >= state.items.length return index >= state.items.length
? BottomLoader() ? BottomLoader()

Loading…
Cancel
Save