onResult property

Widget Function(dynamic) onResult
final

Widget to display if a CRUD operation ends successfully. It exposes the result of the CRUD operation

Implementation

final Widget Function(dynamic) onResult;