ReadyListWidgetBuilder<T, S extends BaseReadyListState<T>> typedef

ReadyListWidgetBuilder<T, S extends BaseReadyListState<T>> = List<Widget> Function(S state)

Implementation

typedef ReadyListWidgetBuilder<T, S extends BaseReadyListState<T>>
    = List<Widget> Function(S state);