Obx constructor

const Obx(
  1. WidgetCallback builder, {
  2. Key? key,
})

Constructs an Obx widget with the given builder.

Implementation

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