onSuccess property

Widget Function(T data) onSuccess
final

Builder for the success state, provides the data

Implementation

final Widget Function(T data) onSuccess;