feat : farms in poultry science
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
import 'package:rasadyar_core/data/model/pagination_model/pagination_model.dart';
|
||||
|
||||
enum ListType { builder, separated }
|
||||
|
||||
@@ -72,6 +71,8 @@ class RPaginatedListView<T> extends StatelessWidget {
|
||||
},
|
||||
child: RefreshIndicator(
|
||||
color: AppColor.blueNormal,
|
||||
triggerMode: RefreshIndicatorTriggerMode.anywhere,
|
||||
|
||||
onRefresh: onRefresh ?? () async {},
|
||||
child: listType == ListType.separated
|
||||
? ListView.separated(
|
||||
|
||||
Reference in New Issue
Block a user