onResult property
Widget to display if a CRUD operation ends successfully. It exposes the result of the CRUD operation
Implementation
final Widget Function(dynamic) onResult;
Widget to display if a CRUD operation ends successfully. It exposes the result of the CRUD operation
final Widget Function(dynamic) onResult;