Obx constructor
const
Obx(
- WidgetCallback builder, {
- Key? key,
Constructs an Obx widget with the given builder
.
Implementation
const Obx(this.builder, {super.key});
Constructs an Obx widget with the given builder
.
const Obx(this.builder, {super.key});