Obx constructor

const Obx(
  1. Widget _builder(
    1. ReactiveBlockRefExt ref
    ), {
  2. Key? key,
})

Implementation

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