ObxWidget constructor

const ObxWidget({
  1. Key? key,
})

Implementation

const ObxWidget({Key? key}) : super(key: key);