StateObx<State extends Object> constructor

const StateObx<State extends Object>(
  1. Widget _builder(
    1. State state,
    2. ReactiveBlockRef ref
    ), {
  2. Key? key,
})

Implementation

const StateObx(this._builder, {super.key});