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