get_consumer/get_consumer library

Classes

GetConsumer<S extends RxState>

Typedefs

GetCondition<S extends RxState> = bool Function(S previous, S current)
GetListener<S extends RxState> = void Function(BuildContext context, S state)
GetWidgetBuilder<S extends RxState> = Widget Function(BuildContext context, S state)