Obx<S> constructor

const Obx<S>(
  1. Rx<S> rx,
  2. Widget builder(), {
  3. Key? key,
})

Implementation

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