s_state_basic library
Classes
-
SBaseState<
T> -
SReadOnlyState<
T> -
SState<
T>
Typedefs
-
SBuilderFunction<
R> = Widget Function(bool loading, R? data, dynamic error, BuildContext context) -
SCombinerMultipleFunction<
R, T> = R Function(List< T> others) -
SCombinerSingleFunction<
R, T, B> = R Function(T current, B other)