activeStateCallBack property
Callback to build the active UI state when the stream has data.
Implementation
final Widget Function(AsyncSnapshot<PagifyAsyncCallStatus> snapshot) activeStateCallBack;
Callback to build the active UI state when the stream has data.
final Widget Function(AsyncSnapshot<PagifyAsyncCallStatus> snapshot) activeStateCallBack;