const CardOpcoes( {Key? key, required this.child, required this.id, this.editar = true, this.excluir = true}) : super(key: key);