RxUnfocuser constructor

const RxUnfocuser({
  1. Key? key,
  2. Widget? child,
})

Default constructor

Implementation

const RxUnfocuser({Key? key, this.child}) : super(key: key);