Wrap around child to take away focus from from input field of a child, when user taps outside of an input field
const Unfocus({Key? key, required this.child}) : super(key: key);