getEndOfResultWidget method
Implementation
Widget getEndOfResultWidget() {
return Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(
Icons.fiber_manual_record,
color: Colors.grey,
)
],
);
}