add new data loading algo
This commit is contained in:
@@ -69,6 +69,13 @@ class HomePage extends StatelessWidget {
|
||||
Tab(icon: Icon(Icons.dinner_dining_outlined))
|
||||
]),
|
||||
actions: [
|
||||
InkWell(
|
||||
splashFactory: NoSplash.splashFactory,
|
||||
onTap: () {
|
||||
data.updateCall();
|
||||
},
|
||||
child: const Icon(Icons.refresh),
|
||||
),
|
||||
InkWell(
|
||||
splashFactory: NoSplash.splashFactory,
|
||||
onTap: () {
|
||||
|
||||
Reference in New Issue
Block a user