activeStateCallBack property

Widget Function(AsyncSnapshot<PagifyAsyncCallStatus> snapshot) activeStateCallBack
final

Callback to build the active UI state when the stream has data.

Implementation

final Widget Function(AsyncSnapshot<PagifyAsyncCallStatus> snapshot) activeStateCallBack;