const Focused( {Key? key, required this.child, required this.focusNode, this.unfocused}) : super(key: key);