Default Constructor
const RxIgnoreUnfocuser({ required Widget child, Key? key, }) : super(child: child, key: key);