ObxValue<T extends RxInterface> constructor

const ObxValue<T extends RxInterface>(
  1. Widget builder(
    1. T
    ),
  2. T data, {
  3. Key? key,
})

Implementation

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