Obx constructor

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

Implementation

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